Make WordPress Core

Ticket #6513: wp_theme_classic_index.diff

File wp_theme_classic_index.diff, 461 bytes (added by private_meta, 15 years ago)

Classic Theme index.php patch

  • 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(); ?>