mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 09:57:38 +01:00
popup comments off again
git-svn-id: http://svn.automattic.com/wordpress/trunk@519 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c06774ac9e
commit
74505556b3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user