Changeset 17900 for trunk/wp-admin/theme-install.php
- Timestamp:
- 05/12/2011 06:09:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-install.php
r17322 r17900 24 24 $pagenum = $wp_list_table->get_pagenum(); 25 25 $wp_list_table->prepare_items(); 26 $total_pages = $wp_list_table->get_pagination_arg( 'total_pages' );27 if ( $pagenum > $total_pages && $total_pages > 0 ) {28 wp_redirect( add_query_arg( 'paged', $total_pages ) );29 exit;30 }31 26 32 27 $title = __('Install Themes');
Note: See TracChangeset
for help on using the changeset viewer.