Changeset 2538 for trunk/wp-content/themes/default/single.php
- Timestamp:
- 04/17/2005 05:09:19 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/single.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/single.php
r2390 r2538 6 6 7 7 <div class="navigation"> 8 <div class="alignleft"><?php previous_post ('« %','','yes') ?></div>9 <div class="alignright"><?php next_post (' % »','','yes') ?></div>8 <div class="alignleft"><?php previous_post_link('« %link') ?></div> 9 <div class="alignright"><?php next_post_link('%link »') ?></div> 10 10 </div> 11 11
Note: See TracChangeset
for help on using the changeset viewer.