Wordpress/wp-admin/admin-footer.php
Ryan Boren 6c6e2a4a79 Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1138 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-24 00:16:27 +00:00

10 lines
345 B
PHP

<p align="center" style="width: 100%" class="tabletoprow"><?php printf(__('<strong><a href="%1$s">WordPress</a></strong> %2$s &#8212; <a href="%3$s">Support Forums</a><br />'), 'http://wordpress.org', $wp_version, 'http://wordpress.org/support/') ?>
<?php
printf(__('%s seconds'), number_format(timer_stop(), 2));
?>
</p>
</body>
</html>