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:
parent
a972390e61
commit
e29bbcd167
|
@ -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
|
||||||
*
|
*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue