From d295ea290ee1aa7f6348aaa690b030e1de8d970c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 6 Feb 2017 02:56:42 +0000 Subject: [PATCH] Docs: Use third-person singular verb for `wp_get_custom_css` filter description. See #39130. git-svn-id: https://develop.svn.wordpress.org/trunk@40046 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index bc4e57f61c..480ac79acf 100644 --- a/src/wp-includes/theme.php +++ b/src/wp-includes/theme.php @@ -1705,7 +1705,7 @@ function wp_get_custom_css( $stylesheet = '' ) { } /** - * Modify the Custom CSS Output into the . + * Filters the Custom CSS Output into the . * * @since 4.7.0 *