Changeset 17900 for trunk/wp-admin/plugins.php
- Timestamp:
- 05/12/2011 06:09:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r17872 r17900 314 314 $wp_list_table->prepare_items(); 315 315 316 $total_pages = $wp_list_table->get_pagination_arg( 'total_pages' );317 if ( $pagenum > $total_pages && $total_pages > 0 ) {318 wp_redirect( add_query_arg( 'paged', $total_pages ) );319 exit;320 }321 322 316 wp_enqueue_script('plugin-install'); 323 317 add_thickbox();
Note: See TracChangeset
for help on using the changeset viewer.