WordPress/wp-admin/admin-footer.php
saxmatt 277e4b627e More l10n stuff.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-24 19:46:11 +00:00

9 lines
283 B
PHP

<p id="footer"><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>
</body>
</html>