WordPress/wp-admin/b2footer.php
saxmatt 490e3288d9 Added em and timer.
git-svn-id: http://svn.automattic.com/wordpress/trunk@478 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-10-26 20:31:50 +00:00

10 lines
306 B
PHP

</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
echo number_format(timer_stop(), 2)." seconds";
?>
</p>
</body>
</html>