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>
|