From 7f13fe523df837b3d8ad35bc1430a4538a43e200 Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@17875 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 02169d974..1f7ad0e51 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 000000000..5e0163a39 --- /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