mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-24 10:09:47 +01:00
5a7df4bc27
git-svn-id: http://svn.automattic.com/wordpress/trunk@1138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
10 lines
345 B
PHP
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 — <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>
|