mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
99a7358baf
git-svn-id: http://svn.automattic.com/wordpress/trunk@628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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>
|