Move inside for better clearing and such.

git-svn-id: https://develop.svn.wordpress.org/trunk@2015 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-12-30 11:27:33 +00:00
parent 7c40637bb3
commit 68f1ba5deb

View File

@ -3,10 +3,10 @@
<?php get_sidebar(); ?> <?php get_sidebar(); ?>
</div>
<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> <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>
</div>
<?php do_action('wp_footer', ''); ?> <?php do_action('wp_footer', ''); ?>
</body> </body>
</html> </html>