Revise admin bar items based on user testing. Post at http://wp.me/pbNCB-qz. see #18197.

git-svn-id: http://svn.automattic.com/wordpress/trunk@18888 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith
2011-10-05 18:45:32 +00:00
parent bc3fc076e1
commit dcf34868ed
3 changed files with 118 additions and 78 deletions

View File

@@ -21,10 +21,6 @@ if ( !defined('ABSPATH') )
$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>',
__( '<a href="http://codex.wordpress.org/">Documentation</a>' ),
sprintf( '<a href="%s">' . __( 'Freedoms' ) . '</a>', admin_url( 'freedoms.php' ) ),
__('<a href="http://wordpress.org/support/forum/requests-and-feedback">Feedback</a>'),
sprintf( '<a href="%s">' . __('Credits') . '</a>', admin_url('credits.php') ),
);
echo apply_filters( 'admin_footer_text', implode( ' &bull; ', $footer_text ) );
unset( $footer_text );