[wp-trac] [WordPress Trac] #20844: Specify titles using <!-- nextpage -->
WordPress Trac
wp-trac at lists.automattic.com
Mon Jun 18 16:13:04 UTC 2012
#20844: Specify titles using <!-- nextpage -->
-----------------------------+------------------------------
Reporter: sgr33n | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Resolution:
Keywords: |
-----------------------------+------------------------------
Comment (by sgr33n):
Thanks Duck,
Nevertheless, reading the code it seems that WP calls pagination_base also
for single posts:
From wp-includes/link-template.php (line 1422)
{{{
function get_pagenum_link($pagenum = 1, $escape = true ) {
[...]
if ( $pagenum > 1 ) {
$request = ( ( !empty( $request ) ) ?
trailingslashit( $request ) : $request ) . user_trailingslashit(
$wp_rewrite->pagination_base . "/" . $pagenum, 'paged' );
}
[...]
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20844#comment:11>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list