From 4b7bb7a1461b55bad64ca33ca2e5c43868d6c1e6 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 12 May 2011 01:10:54 +0000 Subject: [PATCH] Add 'Your Rights' screen to the admin. props matt, jane, ryan, markjaquith, westi. see #17383. git-svn-id: https://develop.svn.wordpress.org/trunk@17875 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/admin-footer.php | 3 +-- wp-admin/rights.php | 42 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 wp-admin/rights.php diff --git a/wp-admin/admin-footer.php b/wp-admin/admin-footer.php index 02169d9742..1f7ad0e51f 100644 --- a/wp-admin/admin-footer.php +++ b/wp-admin/admin-footer.php @@ -19,8 +19,7 @@ if ( !defined('ABSPATH') ) +echo apply_filters( 'admin_footer_text', '' . __('Thank you for creating with WordPress.').' • '.__('Documentation').' • '.sprintf( __( 'Your Rights' ), admin_url( 'rights.php' ) ).' • '.__('Feedback') ); ?>

diff --git a/wp-admin/rights.php b/wp-admin/rights.php new file mode 100644 index 0000000000..5e0163a39f --- /dev/null +++ b/wp-admin/rights.php @@ -0,0 +1,42 @@ + +
+ +

+ +

license, the GPL.' ); ?>

+ +
    +
  1. +
  2. +
  3. +
  4. +
+ +

check out our trademark guidelines first.' ); ?>

+ +

plugins and themes there. If you get a plugin or theme from another source, make sure to ask them if it’s GPL first. If they don’t respect the WordPress license, we don’t recommend them.' ), $plugins_url, $themes_url ); ?>

+ +

Free Software Foundation.' ); ?>

+ +
+ \ No newline at end of file