Changeset 29170 for trunk/src/wp-admin/admin-header.php
- Timestamp:
- 07/14/2014 07:00:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-header.php
r27695 r29170 178 178 <?php 179 179 // Make sure the customize body classes are correct as early as possible. 180 if ( current_user_can( ' edit_theme_options' ) )180 if ( current_user_can( 'customize' ) ) { 181 181 wp_customize_support_script(); 182 } 182 183 ?> 183 184
Note: See TracChangeset
for help on using the changeset viewer.