Make WordPress Core


Ignore:
Timestamp:
01/04/2005 06:39:38 AM (20 years ago)
Author:
rboren
Message:

List pages, if any, in the sidebar.

File:
1 edited

Legend:

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

    r2040 r2042  
    4848            -->
    4949
     50            <?php wp_list_pages('title_li=<h2>' . __('Pages') . '</h2>' ); ?>
     51
    5052            <li><h2><?php _e('Archives'); ?></h2>
    5153                <ul>
Note: See TracChangeset for help on using the changeset viewer.