Make WordPress Core

Changeset 519 for trunk/index.php


Ignore:
Timestamp:
11/04/2003 12:19:53 AM (23 years ago)
Author:
mikelittle
Message:

popup comments off again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r515 r519  
    2323    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    2424    <?php get_archives('monthly', '', 'link'); ?>
    25     <?php comments_popup_script(); // off by default ?>
     25    <?php //comments_popup_script(); // off by default ?>
    2626
    2727</head>
     
    116116
    117117<p class="credit"><?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org"><strong>WordPress</strong></a></cite></p>
    118 
    119118</body>
    120119</html>
Note: See TracChangeset for help on using the changeset viewer.