Changeset 59966 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 03/11/2025 11:10:00 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r59953 r59966 4714 4714 } 4715 4715 $link .= $args['add_fragment']; 4716 $link = get_option( 'permalink_structure' ) ? user_trailingslashit( $link, 'paged' ) : $link; 4716 4717 4717 4718 $page_links[] = sprintf( … … 4746 4747 } 4747 4748 $link .= $args['add_fragment']; 4749 $link = get_option( 'permalink_structure' ) ? user_trailingslashit( $link, 'paged' ) : $link; 4748 4750 4749 4751 $page_links[] = sprintf( … … 4770 4772 } 4771 4773 $link .= $args['add_fragment']; 4774 $link = get_option( 'permalink_structure' ) ? user_trailingslashit( $link, 'paged' ) : $link; 4772 4775 4773 4776 $page_links[] = sprintf(
Note: See TracChangeset
for help on using the changeset viewer.