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