mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 08:33:35 +01:00
git-svn-id: https://develop.svn.wordpress.org/trunk@1106 602fd350-edb4-49c9-b593-d223f7449a82
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>
|