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.