Update Feedback support URL.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18830 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f5e6304ca6
commit
4adc74c379
|
@ -23,7 +23,7 @@ $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/4">Feedback</a>'),
|
||||
__('<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( ' • ', $footer_text ) );
|
||||
|
|
Loading…
Reference in New Issue