Switch to 'Freedoms'. see #17383.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17894 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e391c3fc2e
commit
54f42be38d
|
@ -22,7 +22,7 @@ $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">Rights</a>' ), admin_url( 'rights.php' ) ),
|
||||
sprintf( __( '<a href="%s">Freedoms</a>' ), admin_url( 'freedoms.php' ) ),
|
||||
__('<a href="http://wordpress.org/support/forum/4">Feedback</a>'),
|
||||
sprintf(__('<a href="%s">Credits</a>'), admin_url('credits.php') ),
|
||||
);
|
||||
|
|
|
@ -9,14 +9,14 @@
|
|||
/** WordPress Administration Bootstrap */
|
||||
require_once( './admin.php' );
|
||||
|
||||
$title = __( 'Your Rights' );
|
||||
$title = __( 'Freedoms' );
|
||||
$parent_file = 'index.php';
|
||||
|
||||
include( './admin-header.php' );
|
||||
?>
|
||||
<div class="wrap">
|
||||
<?php screen_icon(); ?>
|
||||
<h2><?php _e( 'Your Rights' ); ?></h2>
|
||||
<h2><?php _e( 'Freedoms' ); ?></h2>
|
||||
|
||||
<p><?php _e( 'WordPress is Free and open source software, built by a distributed community of mostly volunteer developers from around the world. WordPress comes with some awesome, worldview-changing rights courtesy of its <a href="http://wordpress.org/about/license/">license</a>, the GPL.' ); ?></p>
|
||||
|
Loading…
Reference in New Issue