Ticket #6513: 6513.diff

File 6513.diff, 0.5 kB (added by Otto42, 8 months ago)

Fixed patch

  • wp-content/themes/classic/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; ', __('&laquo; Newer Posts'), __('Older Posts &raquo;')); ?> 
    3131 
    3232<?php get_footer(); ?>