Changeset 2015
- Timestamp:
- 12/30/2004 11:27:33 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/wp-footer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-footer.php
r2009 r2015 4 4 <?php get_sidebar(); ?> 5 5 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 6 8 </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>9 9 10 10 <?php do_action('wp_footer', ''); ?>
Note: See TracChangeset
for help on using the changeset viewer.