- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r42871 r43571 154 154 155 155 wp_localize_script( 156 'updates', '_wpUpdatesItemCounts', array( 156 'updates', 157 '_wpUpdatesItemCounts', 158 array( 157 159 'themes' => $totals, 158 160 'totals' => wp_get_update_data(), … … 424 426 'paged' => $page, 425 427 's' => $s, 426 ), $url 428 ), 429 $url 427 430 ); 428 431 … … 449 452 'paged' => $page, 450 453 's' => $s, 451 ), $url 454 ), 455 $url 452 456 ); 453 457 … … 476 480 'paged' => $page, 477 481 's' => $s, 478 ), 'themes.php' 482 ), 483 'themes.php' 479 484 ); 480 485
Note: See TracChangeset
for help on using the changeset viewer.