Invalid use of get_next/previous_posts_link
-
Can you please take a look at this inconsistency?
feed-display.php#409:
$output .= ‘ <div class=”nav-previous alignleft”>’ . get_next_posts_link( __( ‘Older posts’, WPRSS_TEXT_DOMAIN ) ) . ‘</div>’;
$output .= ‘ <div class=”nav-next alignright”>’ . get_previous_posts_link( __( ‘Newer posts’, WPRSS_TEXT_DOMAIN ) ) . ‘</div>’;vs
link-template.php:
function get_next_posts_link( $label = null, $max_page = 0 )Flipping pages doesn’t work.
Regards,
Anders
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Invalid use of get_next/previous_posts_link’ is closed to new replies.