mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 01:39:37 +01:00
e8f22c65a2
git-svn-id: http://svn.automattic.com/wordpress/trunk@1664 1a063a9b-81f0-0310-95a4-ce76da25c4cd
13 lines
617 B
PHP
13 lines
617 B
PHP
|
|
<div id="footer"><p><a href="http://wordpress.org/"><img src="../wp-images/wp-small.png" alt="WordPress" /></a><br />
|
|
<?php bloginfo('version'); ?> — <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a><br />
|
|
<?php printf(__('%s seconds'), number_format(timer_stop(), 2)); ?>
|
|
</p>
|
|
|
|
<p><a href="http://spreadfirefox.com/community/?q=affiliates&id=2490&t=1" title="<?php _e('WordPress recommends the open-source Firefox browser') ?>"><img src="http://static.wordpress.org/get-firefox.png" alt="Get Firefox" /></a></p>
|
|
</div>
|
|
|
|
<?php do_action('admin_footer', ''); ?>
|
|
|
|
</body>
|
|
</html>
|