From 096426deb9282064a65421e8d5ec22e3ef29cc1b Mon Sep 17 00:00:00 2001 From: markjaquith Date: Thu, 12 May 2011 08:10:59 +0000 Subject: [PATCH] Fix URL typo in freedoms.php. props duck_. see #17383 git-svn-id: http://svn.automattic.com/wordpress/trunk@17904 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 22bb5349b..a6cbe62d1 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.' ); ?>