Changeset 59759 for branches/6.7/src/wp-admin/edit-tags.php
- Timestamp:
- 02/04/2025 03:24:19 AM (11 months ago)
- Location:
- branches/6.7
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/edit-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
- Property svn:mergeinfo changed
/trunk merged: 59727,59746
- Property svn:mergeinfo changed
-
branches/6.7/src/wp-admin/edit-tags.php
r58918 r59759 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.