Make WordPress Core

Changeset 2808


Ignore:
Timestamp:
08/23/2005 08:02:15 AM (20 years ago)
Author:
matt
Message:

Reversed links, fixes #1525

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/archive.php

    r2423 r2808  
    3131
    3232        <div class="navigation">
    33             <div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
    34             <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
     33            <div class="alignleft"><?php previous_posts_link('&laquo; Previous Entries') ?></div>
     34            <div class="alignright"><?php next_posts_link('Next Entries &raquo;') ?></div>
    3535        </div>
    3636
     
    5151
    5252        <div class="navigation">
    53             <div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
    54             <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
     53            <div class="alignleft"><?php previous_posts_link('&laquo; Previous Entries') ?></div>
     54            <div class="alignright"><?php next_posts_link('Next Entries &raquo;') ?></div>
    5555        </div>
    5656   
Note: See TracChangeset for help on using the changeset viewer.