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.