We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373ec71 commit aa25519Copy full SHA for aa25519
1 file changed
src/wp-includes/general-template.php
@@ -4669,9 +4669,6 @@ function paginate_links( $args = '' ) {
4669
$total = $wp_query->max_num_pages ?? 1;
4670
$current = get_query_var( 'paged' ) ? (int) get_query_var( 'paged' ) : 1;
4671
4672
- // Append the format placeholder to the base URL.
4673
- $pagenum_link = trailingslashit( $url_parts[0] ) . '%_%';
4674
-
4675
/*
4676
* Ensures sites not using trailing slashes get links in the form
4677
* `/page/2` rather than `/page/2/`. On these sites, linking to the
0 commit comments