mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-06 16:37:46 +01:00
12 lines
434 B
PHP
12 lines
434 B
PHP
|
<!-- begin footer -->
|
||
|
</div>
|
||
|
|
||
|
<?php get_sidebar(); ?>
|
||
|
|
||
|
<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', ''); ?>
|
||
|
</body>
|
||
|
</html>
|