popup comments off again

git-svn-id: https://develop.svn.wordpress.org/trunk@519 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little 2003-11-04 00:19:53 +00:00
parent c900a8e8f5
commit 1d08b77613
1 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@ require_once($abspath.'wp-links/links.php');
<link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php get_archives('monthly', '', 'link'); ?>
<?php comments_popup_script(); // off by default ?>
<?php //comments_popup_script(); // off by default ?>
</head>
@ -115,6 +115,5 @@ require_once($abspath.'wp-links/links.php');
</div>
<p class="credit"><?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org"><strong>WordPress</strong></a></cite></p>
</body>
</html>