mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
2844d3a71c
git-svn-id: http://svn.automattic.com/wordpress/trunk@2833 1a063a9b-81f0-0310-95a4-ce76da25c4cd
13 lines
492 B
PHP
13 lines
492 B
PHP
|
|
<div id="footer"><p><a href="http://wordpress.org/"><img src="../wp-includes/images/wp-small.png" alt="WordPress" /></a><br />
|
|
<?php bloginfo('version'); ?> <br />
|
|
<a href="http://codex.wordpress.org/"><?php _e('Documentation'); ?></a> — <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a> <br />
|
|
<?php printf(__('%s seconds'), number_format(timer_stop(), 2)); ?>
|
|
</p>
|
|
|
|
</div>
|
|
<?php check_for_pings(); ?>
|
|
<?php do_action('admin_footer', ''); ?>
|
|
|
|
</body>
|
|
</html>
|