Make WordPress Core

Changeset 2015


Ignore:
Timestamp:
12/30/2004 11:27:33 AM (21 years ago)
Author:
saxmatt
Message:

Move inside for better clearing and such.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/wp-footer.php

    r2009 r2015  
    44<?php get_sidebar(); ?>
    55
     6<p class="credit"><!--<?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://wordpress.org' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></cite></p>
     7
    68</div>
    7 
    8 <p class="credit"><!--<?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://wordpress.org' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></cite></p>
    99
    1010<?php do_action('wp_footer', ''); ?>
Note: See TracChangeset for help on using the changeset viewer.