Files
WordPress/wp-admin/admin-footer.php
T

9 lines
330 B
PHP
Raw Normal View History

2003-12-11 18:55:18 +00:00
2004-05-26 15:00:42 +00:00
<p id="footer"><strong><a href="http://wordpress.org/">WordPress</a></strong> <?php bloginfo('version'); ?> &#8212; <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a><br />
2003-05-22 12:12:53 +00:00
<?php
2004-04-20 04:15:18 +00:00
printf(__('%s seconds'), number_format(timer_stop(), 2));
2003-05-22 12:12:53 +00:00
?>
2003-10-26 20:31:50 +00:00
</p>
2004-05-22 08:45:36 +00:00
<?php do_action('admin_footer', ''); ?>
2003-05-22 12:12:53 +00:00
</body>
</html>