Changeset 12657 for trunk/wp-content/themes/classic/header.php
- Timestamp:
- 01/08/2010 08:34:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/header.php
r10485 r12657 18 18 19 19 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> 20 <?php wp_get_archives( 'type=monthly&format=link'); ?>20 <?php wp_get_archives(array('type' => 'monthly', 'format' => 'link')); ?> 21 21 <?php //comments_popup_script(); // off by default ?> 22 22 <?php wp_head(); ?>
Note: See TracChangeset
for help on using the changeset viewer.