From e29bbcd167beb7e9667529b96da36d14dd69d74c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 6 Feb 2017 02:57:42 +0000 Subject: [PATCH] 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 --- wp-includes/theme.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/theme.php b/wp-includes/theme.php index bc4e57f61c..480ac79acf 100644 --- a/wp-includes/theme.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 56905e4d60..41a8ef1670 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.