mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
http://mosquito.wordpress.org/view.php?id=1341 - Hat tip: Ryan the Rockstar
git-svn-id: https://develop.svn.wordpress.org/trunk@2601 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -140,7 +140,7 @@ function link_pages($before='<br />', $after='<br />', $next_or_number='number',
|
||||
if ('' == get_settings('permalink_structure')) {
|
||||
echo '<a href="' . get_permalink() . '&page=' . $i . '">';
|
||||
} else {
|
||||
echo '<a href="' . get_permalink() . $i . '/">';
|
||||
echo '<a href="' . trailingslashit( get_permalink() ) . $i . '/">';
|
||||
}
|
||||
}
|
||||
echo $j;
|
||||
|
||||
Reference in New Issue
Block a user