Docs: Use third-person singular verb for wp_get_custom_css filter description.

See #39130.
Built from https://develop.svn.wordpress.org/trunk@40046


git-svn-id: http://core.svn.wordpress.org/trunk@39983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-02-06 02:57:42 +00:00
parent a972390e61
commit e29bbcd167
2 changed files with 2 additions and 2 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
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-40045';
$wp_version = '4.8-alpha-40046';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.