Changeset 60088 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 03/25/2025 03:14:50 PM (12 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/general-template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r60062 r60088 4714 4714 } 4715 4715 $link .= $args['add_fragment']; 4716 $link = get_option( 'permalink_structure' ) ? user_trailingslashit( $link, 'paged' ) : $link;4717 4716 4718 4717 $page_links[] = sprintf( … … 4747 4746 } 4748 4747 $link .= $args['add_fragment']; 4749 $link = get_option( 'permalink_structure' ) ? user_trailingslashit( $link, 'paged' ) : $link;4750 4748 4751 4749 $page_links[] = sprintf( … … 4772 4770 } 4773 4771 $link .= $args['add_fragment']; 4774 $link = get_option( 'permalink_structure' ) ? user_trailingslashit( $link, 'paged' ) : $link;4775 4772 4776 4773 $page_links[] = sprintf(
Note: See TracChangeset
for help on using the changeset viewer.