mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
af562386ed
git-svn-id: http://svn.automattic.com/wordpress/trunk@1106 1a063a9b-81f0-0310-95a4-ce76da25c4cd
10 lines
339 B
PHP
10 lines
339 B
PHP
|
|
|
|
<p align="center" style="width: 100%" class="tabletoprow"><?php printf(__('<strong><a href="%s">WordPress</a></strong> %s — <a href="%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>
|