Remove the generation time, it isn't terribly useful to users and gets confused with version
git-svn-id: https://develop.svn.wordpress.org/trunk@5469 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d223909cbb
commit
9a6d38364f
@ -2,7 +2,7 @@
|
||||
<div id="footer">
|
||||
<p class="logo"><a href="http://wordpress.org/" id="wordpress-logo"><img src="images/wordpress-logo.png" alt="WordPress" /></a></p>
|
||||
<p class="docs"><?php _e('<a href="http://codex.wordpress.org/">Documentation</a>'); ?> — <?php _e('<a href="http://wordpress.org/support/">Support Forums</a>'); ?><br />
|
||||
<?php bloginfo('version'); ?> — <?php printf(__('%s seconds'), timer_stop(0, 2)); ?></p>
|
||||
<?php printf( __('Version %s '), get_bloginfo('version') ); ?></p>
|
||||
</div>
|
||||
<?php do_action('admin_footer', ''); ?>
|
||||
<script type="text/javascript">if(typeof wpOnload=='function')wpOnload();</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user