diff --git a/wp-admin/admin-footer.php b/wp-admin/admin-footer.php index b5207c59c..305ffdfae 100644 --- a/wp-admin/admin-footer.php +++ b/wp-admin/admin-footer.php @@ -22,7 +22,7 @@ $upgrade = apply_filters( 'update_footer', '' ); $footer_text = array( '' . __( 'Thank you for creating with WordPress.' ) . '', __( 'Documentation' ), - sprintf( __( 'Rights' ), admin_url( 'rights.php' ) ), + sprintf( __( 'Freedoms' ), admin_url( 'freedoms.php' ) ), __('Feedback'), sprintf(__('Credits'), admin_url('credits.php') ), ); diff --git a/wp-admin/rights.php b/wp-admin/freedoms.php similarity index 95% rename from wp-admin/rights.php rename to wp-admin/freedoms.php index 5e0163a39..22bb5349b 100644 --- a/wp-admin/rights.php +++ b/wp-admin/freedoms.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' ); ?>
-

+

license, the GPL.' ); ?>