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
This commit is contained in:
Sergey Biryukov 2017-02-06 02:56:42 +00:00
parent b5ce5759aa
commit d295ea290e
1 changed files with 1 additions and 1 deletions

View File

@ -1705,7 +1705,7 @@ function wp_get_custom_css( $stylesheet = '' ) {
} }
/** /**
* Modify the Custom CSS Output into the <head>. * Filters the Custom CSS Output into the <head>.
* *
* @since 4.7.0 * @since 4.7.0
* *