Changeset 41797 for trunk/src/wp-admin/index.php
- Timestamp:
- 10/09/2017 04:03:35 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/index.php
r40776 r41797 17 17 wp_enqueue_script( 'dashboard' ); 18 18 19 if ( current_user_can( 'edit_theme_options' ) )20 wp_enqueue_script( 'customize-loader' );21 19 if ( current_user_can( 'install_plugins' ) ) { 22 20 wp_enqueue_script( 'plugin-install' );
Note: See TracChangeset
for help on using the changeset viewer.