Changeset 5664 for trunk/wp-content/themes/default/archive.php
- Timestamp:
- 06/07/2007 11:33:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/archive.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/archive.php
r5250 r5664 24 24 25 25 <div class="navigation"> 26 <div class="alignleft"><?php next_posts_link('« PreviousEntries') ?></div>27 <div class="alignright"><?php previous_posts_link('Ne xtEntries »') ?></div>26 <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div> 27 <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div> 28 28 </div> 29 29 … … 44 44 45 45 <div class="navigation"> 46 <div class="alignleft"><?php next_posts_link('« PreviousEntries') ?></div>47 <div class="alignright"><?php previous_posts_link('Ne xtEntries »') ?></div>46 <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div> 47 <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div> 48 48 </div> 49 49
Note: See TracChangeset
for help on using the changeset viewer.