git-svn-id: http://svn.automattic.com/wordpress/trunk@2601 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2005-05-13 21:09:21 +00:00
parent 3222cf4dfb
commit d6b2e48c89
1 changed files with 1 additions and 1 deletions

View File

@ -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() . '&amp;page=' . $i . '">';
} else {
echo '<a href="' . get_permalink() . $i . '/">';
echo '<a href="' . trailingslashit( get_permalink() ) . $i . '/">';
}
}
echo $j;