diff --git a/wp-admin/freedoms.php b/wp-admin/freedoms.php index c3f3ee9949..2aa9537210 100644 --- a/wp-admin/freedoms.php +++ b/wp-admin/freedoms.php @@ -45,7 +45,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); $plugins_url = current_user_can( 'activate_plugins' ) ? admin_url( 'plugins.php' ) : __( 'https://wordpress.org/plugins/' ); $themes_url = current_user_can( 'switch_themes' ) ? admin_url( 'themes.php' ) : __( 'https://wordpress.org/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, 'https://wordpress.org/about/license/' ); ?>

+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, 'https://wordpress.org/about/license/' ); ?>

Free Software Foundation.' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 269b024a30..946ff1285b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39430'; +$wp_version = '4.8-alpha-39432'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.