Move the in_admin_footer action out of p#footer-left.alignleft so it is just in div#footer to allow for it to be used more flexibly. Fixes #17358 props aaroncampbell.
git-svn-id: https://develop.svn.wordpress.org/trunk@18147 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e5812cf223
commit
b51ef96fdc
@ -16,8 +16,8 @@ if ( !defined('ABSPATH') )
|
||||
<div class="clear"></div></div><!-- wpcontent -->
|
||||
|
||||
<div id="footer">
|
||||
<?php do_action( 'in_admin_footer' ); ?>
|
||||
<p id="footer-left" class="alignleft"><?php
|
||||
do_action( 'in_admin_footer' );
|
||||
$upgrade = apply_filters( 'update_footer', '' );
|
||||
$footer_text = array(
|
||||
'<span id="footer-thankyou">' . __( 'Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.' ) . '</span>',
|
||||
|
Loading…
Reference in New Issue
Block a user