Files
WordPress/wp-admin/admin-footer.php
T

10 lines
617 B
PHP
Raw Normal View History

2003-12-11 18:55:18 +00:00
2004-07-23 07:50:21 +00:00
<div id="footer"><p><a href="http://wordpress.org/"><img src="../wp-images/wp-small.png" alt="WordPress" /></a><br />
<?php bloginfo('version'); ?> &#8212; <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a><br />
<?php printf(__('%s seconds'), number_format(timer_stop(), 2)); ?>
2003-10-26 20:31:50 +00:00
</p>
2004-07-28 18:44:36 +00:00
<p> <a href="http://getfirefox.com/" title="<?php _e('WordPress recommends the open-source Firefox browser') ?>"><img src="http://www.mozilla.org/products/firefox/buttons/getfirefox_88x31.png" width="88" height="31" alt="Get Firefox" /></a></p>
2004-07-23 07:50:21 +00:00
</div>
2004-05-22 08:45:36 +00:00
<?php do_action('admin_footer', ''); ?>
2003-05-22 12:12:53 +00:00
</body>
</html>