Ticket #21413: 21413.5.patch
File 21413.5.patch, 527 bytes (added by , 12 years ago) |
---|
-
wp-admin/admin-header.php
100 100 <?php 101 101 // If the customize-loader script is enqueued, make sure the customize 102 102 // body classes are correct as early as possible. 103 if ( wp_script_is( 'customize-loader', 'queue' ) &¤t_user_can( 'edit_theme_options' ) )103 if ( current_user_can( 'edit_theme_options' ) ) 104 104 wp_customize_support_script(); 105 105 ?> 106 106