Make WordPress Core


Ignore:
Timestamp:
05/04/2011 08:15:05 PM (14 years ago)
Author:
markjaquith
Message:

Big UI style update. props koopersmith. see #17324

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-footer.php

    r14233 r17800  
    2121do_action( 'in_admin_footer' );
    2222$upgrade = apply_filters( 'update_footer', '' );
    23 echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . __('Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.').'</span> | '.__('<a href="http://codex.wordpress.org/">Documentation</a>').' | '.__('<a href="http://wordpress.org/support/forum/4">Feedback</a>') ); ?>
     23echo apply_filters( 'admin_footer_text', '<span id="footer-thankyou">' . __('Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.').'</span> &bull; '.__('<a href="http://codex.wordpress.org/">Documentation</a>').' &bull; '.__('<a href="http://wordpress.org/support/forum/4">Feedback</a>') ); ?>
    2424</p>
    2525<p id="footer-upgrade" class="alignright"><?php echo $upgrade; ?></p>
Note: See TracChangeset for help on using the changeset viewer.