mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-01 08:19:38 +01:00
a2df97240f
git-svn-id: http://svn.automattic.com/wordpress/trunk@8999 1a063a9b-81f0-0310-95a4-ce76da25c4cd
18 lines
487 B
PHP
18 lines
487 B
PHP
<?php
|
|
/**
|
|
* @package WordPress
|
|
* @subpackage Classic_Theme
|
|
*/
|
|
?>
|
|
<!-- begin footer -->
|
|
</div>
|
|
|
|
<?php get_sidebar(); ?>
|
|
|
|
<p class="credit"><!--<?php echo get_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 wp_footer(); ?>
|
|
</body>
|
|
</html>
|