Changeset 42046 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 10/31/2017 01:32:15 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r42039 r42046 4277 4277 if ( ! is_multisite() && ( current_user_can( 'install_themes' ) || current_user_can( 'update_themes' ) || current_user_can( 'delete_themes' ) ) ) { 4278 4278 wp_enqueue_script( 'updates' ); 4279 wp_localize_script( 'updates', '_wpUpdatesItemCounts', array( 4280 'totals' => wp_get_update_data(), 4281 ) ); 4279 4282 } 4280 4283 }
Note: See TracChangeset
for help on using the changeset viewer.