Changeset 2601

Show
Ignore:
Timestamp:
05/13/05 21:09:21 (4 years ago)
Author:
matt
Message:

http://mosquito.wordpress.org/view.php?id=1341 - Hat tip: Ryan the Rockstar

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/template-functions-post.php

    r2588 r2601  
    141141                        echo '<a href="' . get_permalink() . '&amp;page=' . $i . '">'; 
    142142                    } else { 
    143                         echo '<a href="' . get_permalink() . $i . '/">'; 
     143                        echo '<a href="' . trailingslashit( get_permalink() ) . $i . '/">'; 
    144144                    } 
    145145                }