From cf5821a1ed0dc6c65ca8ef9a14e277c42f7092bc Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 13 Jul 2015 21:36:58 +0000 Subject: [PATCH] Fix the summary hook vernacular for the `site_icon_meta_tags` filter docs. See [32994]. See #32891. git-svn-id: https://develop.svn.wordpress.org/trunk@33227 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/general-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index 25652a901e..016c6e64a6 100644 --- a/src/wp-includes/general-template.php +++ b/src/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 *