mirror of
git://develop.git.wordpress.org/
synced 2025-02-22 15:42:29 +01:00
git-svn-id: https://develop.svn.wordpress.org/trunk@628 602fd350-edb4-49c9-b593-d223f7449a82
10 lines
300 B
PHP
10 lines
300 B
PHP
|
|
|
|
<p align="center" style="width: 100%" class="tabletoprow"><strong><a href="http://wordpress.org">WordPress</a></strong> <?php echo $wp_version ?> — <a href="http://wordpress.org/support/">Support Forums</a><br />
|
|
<?php
|
|
echo number_format(timer_stop(), 2)." seconds";
|
|
?>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|