Make WordPress Core


Ignore:
Timestamp:
11/16/2005 11:48:12 PM (20 years ago)
Author:
ryan
Message:

Add some comment API and update comment popup templates to use them. Props David Hose. fixes #1892

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/footer.php

    r2961 r3115  
    77        <br /><a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
    88        and <a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.
    9         <!-- <?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. -->
     9        <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
    1010    </p>
    1111</div>
Note: See TracChangeset for help on using the changeset viewer.