From ffb873680a849ecec009343c4c9927f1012ab480 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 13 Jul 2015 21:37:24 +0000 Subject: [PATCH] Fix the summary hook vernacular for the `site_icon_meta_tags` filter docs. See [32994]. See #32891. Built from https://develop.svn.wordpress.org/trunk@33227 git-svn-id: http://core.svn.wordpress.org/trunk@33199 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 25652a901e..016c6e64a6 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -2457,7 +2457,7 @@ function wp_site_icon() { ); /** - * Filters the site icon meta tags, so Plugins can add their own. + * Filter the site icon meta tags, so Plugins can add their own. * * @since 4.3.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 9c74c5b5cf..dfeef9c09f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta2-33226'; +$wp_version = '4.3-beta2-33227'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.