9 lines
322 B
PHP
9 lines
322 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>
|
|
<?php do_action('admin_footer', ''); ?>
|
|
</body>
|
|
</html>
|