From b65bb2525eb6b17b8423b4397df021e613ef3f04 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 27 Jul 2016 10:36:28 +0000 Subject: [PATCH] Script Loader: Clarify documentation of `wp_resource_hints` hook. Specify that the `wp_resource_hints` hook is firing for a single relation type. Props: dimadin for initial patch. See #37458. Built from https://develop.svn.wordpress.org/trunk@38161 git-svn-id: http://core.svn.wordpress.org/trunk@38102 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index afc3b39da3..83eabe8937 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -2816,7 +2816,7 @@ function wp_resource_hints() { foreach ( $hints as $relation_type => $urls ) { /** - * Filters domains and URLs for resource hints. + * Filters domains and URLs for resource hints of relation type. * * @since 4.6.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index c27f384e8c..e797702e67 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta4-38160'; +$wp_version = '4.6-beta4-38161'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.