Added em and timer.

git-svn-id: https://develop.svn.wordpress.org/trunk@478 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-10-26 20:31:50 +00:00
parent 809864ec21
commit 5e322350a5
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
</div>
<p align="center" style="width: 100%" class="tabletoprow"><strong><a href="http://wordpress.org">WordPress</a></strong> <?php echo $b2_version ?> &#8212; <a href="http://wordpress.org/support/">Support Forums</a><br />
<?php
if ($debug=="1") {
echo "<p>$querycount queries - ".number_format(timer_stop(),3)." seconds";
}
echo number_format(timer_stop(), 2)." seconds";
?>
<div align="center" style="width: 100%" class="tabletoprow"><strong><a href="http://wordpress.org">WordPress</a></strong> <?php echo $b2_version ?> <a href="http://wordpress.org/support/">Support Forums</a></div>
</p>
</body>
</html>