From e4ebe8eae282da413bc68842da5a55916835ebdf Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Thu, 12 May 2011 08:10:59 +0000 Subject: [PATCH] Fix URL typo in freedoms.php. props duck_. see #17383 git-svn-id: https://develop.svn.wordpress.org/trunk@17904 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/freedoms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/freedoms.php b/wp-admin/freedoms.php index 22bb5349b3..a6cbe62d15 100644 --- a/wp-admin/freedoms.php +++ b/wp-admin/freedoms.php @@ -34,7 +34,7 @@ include( './admin-header.php' ); $plugins_url = current_user_can( 'activate_plugins' ) ? admin_url( 'plugins.php' ) : 'http://wordpress.org/extend/plugins/'; $themes_url = current_user_can( 'switch_themes' ) ? admin_url( 'themes.php' ) : 'http://wordpress.org/extend/themes/'; -printf( __( 'Every plugin and theme in WordPress.org’s directory is 100%% GPL or a similarly free and compatible license, so you can feel safe finding 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 ); ?>

+printf( __( 'Every plugin and theme in WordPress.org’s directory is 100%% GPL or a similarly free and compatible license, so you can feel safe finding 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.' ); ?>