Added em and timer.
git-svn-id: http://svn.automattic.com/wordpress/trunk@478 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2f920db571
commit
490e3288d9
|
@ -1,10 +1,10 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p 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><br />
|
||||||
<?php
|
<?php
|
||||||
if ($debug=="1") {
|
echo number_format(timer_stop(), 2)." seconds";
|
||||||
echo "<p>$querycount queries - ".number_format(timer_stop(),3)." 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>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue