mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-05 01:30:15 +00:00
Introduce wp_is_mobile() and use it instead of $is_iphone global, see #20014
git-svn-id: https://develop.svn.wordpress.org/trunk@20417 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var postboxes, is_iPad = navigator.userAgent.match(/iPad/);
|
||||
var postboxes;
|
||||
|
||||
(function($) {
|
||||
postboxes = {
|
||||
|
||||
Reference in New Issue
Block a user