Make WordPress Core

Ticket #6895: posts_nav_link.diff

File posts_nav_link.diff, 534 bytes (added by filosofo, 17 years ago)
  • wp-content/themes/classic/index.php

     
    2727<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
    2828<?php endif; ?>
    2929
    30 <?php posts_nav_link(' &#8212; ', __('&laquo; Older Posts'), __('Newer Posts &raquo;')); ?>
     30<?php posts_nav_link(' &#8212; ', __('Newer Posts &raquo;'), __('&laquo; Older Posts')); ?>
    3131
    3232<?php get_footer(); ?>