WordPress/wp-admin/admin-footer.php
rboren eef22d1091 Tweak some markup.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1364 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-26 15:00:42 +00:00

9 lines
330 B
PHP

<p id="footer"><strong><a href="http://wordpress.org/">WordPress</a></strong> <?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));
?>
</p>
<?php do_action('admin_footer', ''); ?>
</body>
</html>