693d751a6f
git-svn-id: https://develop.svn.wordpress.org/trunk@1144 602fd350-edb4-49c9-b593-d223f7449a82
9 lines
283 B
PHP
9 lines
283 B
PHP
|
|
<p id="footer"><a href="http://wordpress.org/">WordPress</a></strong> <?php bloginfo('version'); ?> — <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a><br />
|
|
<?php
|
|
printf(__('%s seconds'), number_format(timer_stop(), 2));
|
|
?>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|