13 lines
465 B
PHP
13 lines
465 B
PHP
|
|
<div id="footer"><p><a href="http://wordpress.org/"><img src="../wp-includes/images/wp-small.png" alt="WordPress" /></a><br />
|
|
<?php bloginfo('version'); ?> <br />
|
|
<a href="http://codex.wordpress.org/"><?php _e('Documentation'); ?></a> — <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a> <br />
|
|
<?php printf(__('%s seconds'), number_format(timer_stop(), 2)); ?>
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<?php do_action('admin_footer', ''); ?>
|
|
|
|
</body>
|
|
</html>
|