Changeset 519
- Timestamp:
- 11/04/03 00:19:53 (5 years ago)
- Files:
-
- trunk/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/index.php
r515 r519 23 23 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> 24 24 <?php get_archives('monthly', '', 'link'); ?> 25 <?php comments_popup_script(); // off by default ?>25 <?php //comments_popup_script(); // off by default ?> 26 26 27 27 </head> … … 116 116 117 117 <p class="credit"><?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org"><strong>WordPress</strong></a></cite></p> 118 119 118 </body> 120 119 </html>
