diff --git a/wp-admin/about.php b/wp-admin/about.php index b86e09e44c..5a04a9f0e8 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -49,7 +49,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

+

-
+
-
-

-

- 'https://s.w.org/images/core/4.6/streamlined-updates.mp4', - 'webm' => 'https://s.w.org/images/core/4.6/streamlined-updates.webm', - 'poster' => 'https://s.w.org/images/core/4.6/streamlined-updates-2000.png?v1', - 'loop' => true, - 'autoplay' => true, - 'width' => 1050, - 'height' => 630, - 'class' => 'wp-video-shortcode feature-video', - ) ); - remove_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' ); - } else { - echo ''; - } - ?> +
+

+

+


-
-

-

- +
+

+

+ +

+

+
+ +
+
+

+

+
+
+

+

+
+
+ +
+
+

+

+
+
+

+

+

-

- -

-

+

+

- -

-

+

+


+
+

+

+

Check out the REST API reference.' ), + 'https://developer.wordpress.org/rest-api/' + ); + ?>

+
+ +
+
-

+

-

-

Resource hints help browsers decide which resources to fetch and preprocess. WordPress 4.6 adds them automatically for your styles and scripts making your site even faster.' ), - 'https://make.wordpress.org/core/2016/07/06/resource-hints-in-4-6/' + /* translators: %s: https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/ */ + __( 'Post Type Templates' ), + 'https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/' ); - ?>

+ ?> +

-

-

+

+

new functions, hooks, and behavior for theme developers.' ), + 'https://make.wordpress.org/core/2016/09/09/new-functions-hooks-and-behaviour-for-theme-developers-in-wordpress-4-7/' + ); + ?>

WP_Term_Query', 'WP_Post_Type' ); - ?>

-

WP_Term_Query', - 'WP_Post_Type' + /* translators: %s: https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/ */ + __( 'Custom Bulk Actions' ), + 'https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/' ); - ?>

+ ?> +

-

+

%2$s' ), + 'https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/', + 'WP_Hook' + ); + ?>

has been expanded to support types, descriptions, and REST API visibility.' ), - 'https://make.wordpress.org/core/2016/07/08/enhancing-register_meta-in-4-6/' + /* translators: %s: https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/ */ + __( 'The code that lies beneath actions and filters has been overhauled and modernized, fixing bugs along the way.' ), + 'https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/' ); ?>

-

-

WordPress.org’s community of translators.' ); ?>

+

+

has been enhanced to include type, description, and REST API visibility.' ), + 'register_setting()', + 'https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/' + ); + ?>

-

-

+

Customize Changesets' ), + 'https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/' + ); + ?>

+

-
-
-

-

API for enforcing validation constraints. Likewise, customizer controls now support notifications, which are used to display validation errors instead of failing silently.' ); ?>

-
-
-

-

WP_Site_Query', - 'WP_Network_Query' - ); - ?>

-
-

diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 6c2ff78015..5938e9513c 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -20,7 +20,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

+

diff --git a/wp-admin/freedoms.php b/wp-admin/freedoms.php index f8aa8b4941..c3f3ee9949 100644 --- a/wp-admin/freedoms.php +++ b/wp-admin/freedoms.php @@ -19,7 +19,7 @@ include( ABSPATH . 'wp-admin/admin-header.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 634b884c43..c5c2ca1f0a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39419'; +$wp_version = '4.8-alpha-39420'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.