Changeset 59727 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 01/29/2025 05:38:49 PM (16 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r58918 r59727 216 216 if ( $pagenum > 1 ) { 217 217 $location = add_query_arg( 'paged', $pagenum, $location ); // $pagenum takes care of $total_pages. 218 } 219 if ( 1 === $pagenum ) { 220 $location = remove_query_arg( 'paged', $location ); 218 221 } 219 222
Note: See TracChangeset
for help on using the changeset viewer.