Ticket #6513: wp_theme_classic_index.diff

File wp_theme_classic_index.diff, 461 bytes (added by private_meta, 8 months ago)

Classic Theme index.php patch

  • index.php

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