mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 01:09:39 +01:00
73ef659763
git-svn-id: http://svn.automattic.com/wordpress/trunk@3663 1a063a9b-81f0-0310-95a4-ce76da25c4cd
14 lines
561 B
PHP
14 lines
561 B
PHP
|
|
<div id="footer"><p><a href="http://wordpress.org/" id="wordpress-logo"><img src="images/wordpress-logo.png" alt="WordPress" /></a></p>
|
|
<p>
|
|
<a href="http://codex.wordpress.org/"><?php _e('Documentation'); ?></a> — <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a> <br />
|
|
<?php bloginfo('version'); ?> — <?php printf(__('%s seconds'), number_format(timer_stop(), 2)); ?>
|
|
</p>
|
|
|
|
</div>
|
|
<?php do_action('admin_footer', ''); ?>
|
|
<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>
|
|
|
|
</body>
|
|
</html>
|