- Timestamp:
- 06/15/2016 04:36:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r37488 r37714 246 246 247 247 $total_this_page = $totals[ $status ]; 248 249 $js_plugins = array(); 250 foreach ( $plugins as $key => $list ) { 251 $js_plugins[ $key ] = array_keys( (array) $list ); 252 } 253 254 wp_localize_script( 'updates', '_wpUpdatesItemCounts', array( 255 'plugins' => $js_plugins, 256 ) ); 248 257 249 258 if ( ! $orderby ) {
Note: See TracChangeset
for help on using the changeset viewer.