Changeset 4495 for trunk/wp-content/themes/classic/sidebar.php
- Timestamp:
- 11/19/2006 07:56:05 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/sidebar.php
r4152 r4495 17 17 </li> 18 18 <li id="archives"><?php _e('Archives:'); ?> 19 19 <ul> 20 20 <?php wp_get_archives('type=monthly'); ?> 21 21 </ul> 22 22 </li> 23 23 <li id="meta"><?php _e('Meta:'); ?> 24 24 <ul> 25 25 <?php wp_register(); ?> 26 26 <li><?php wp_loginout(); ?></li>
Note: See TracChangeset
for help on using the changeset viewer.