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' );
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_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/'
);
- ?>
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/
'
+ );
+ ?>
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
'
- );
- ?>
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.