Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename Mobile package to Device Detection.
  • Loading branch information
dero committed Jun 18, 2020
commit 5ea57aed40daaefbe5a739a8a3e3183c3a02ecbd
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?php
/**
* Mobile detection for Jetpack.
* Device detection for Jetpack.
*
* @package automattic/jetpack-mobile
* @package automattic/jetpack-device-detection
*/

namespace Automattic\Jetpack;

/**
* Class Automattic\Jetpack\Mobile
* Class Automattic\Jetpack\Device_Detection
*
* Determine if the current User Agent matches the passed $kind.
*/
class Mobile {
class Device_Detection {

/**
* Determine if the current User Agent matches the passed $kind.
Expand Down