Changeset 7869

Show
Ignore:
Timestamp:
05/01/08 21:35:57 (7 months ago)
Author:
ryan
Message:

Classic theme navigation fix from Otto42. fixes #6513 for trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-content/themes/classic/index.php

    r5664 r7869  
    2828<?php endif; ?> 
    2929 
    30 <?php posts_nav_link(' &#8212; ', __('&laquo; Older Posts'), __('Newer Posts &raquo;')); ?> 
     30<?php posts_nav_link(' &#8212; ', __('&laquo; Newer Posts'), __('Older Posts &raquo;')); ?> 
    3131 
    3232<?php get_footer(); ?>