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
This commit is contained in:
Drew Jaynes 2015-07-13 21:37:24 +00:00
parent ceec5ac00b
commit ffb873680a
2 changed files with 2 additions and 2 deletions

View File

@ -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
*

View File

@ -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.