Changeset 20759 for trunk/wp-admin/admin-header.php
- Timestamp:
- 05/09/2012 09:47:15 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r20479 r20759 91 91 $admin_body_class .= ' mobile'; 92 92 93 $admin_body_class .= ' no-customize-support'; 94 93 95 ?> 94 96 </head> … … 101 103 if ( wp_script_is( 'customize-loader', 'queue' ) ) : ?> 102 104 if ( window.postMessage ) 103 document.body.className += ' customize-support';105 document.body.className += document.body.className.replace('no-customize-support','customize-support'); 104 106 <?php endif; ?> 105 107 </script>
Note: See TracChangeset
for help on using the changeset viewer.