diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 724406e71f..f975861144 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -1514,7 +1514,7 @@ function get_editor_stylesheets() { } /** - * Allows a theme to register its support of a certain feature + * Registers theme support for a given feature. * * Must be called in the theme's functions.php file to work. * If attached to a hook, it must be {@see 'after_setup_theme'}. diff --git a/wp-includes/version.php b/wp-includes/version.php index 0337bfab1f..26d0fd9af8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37672'; +$wp_version = '4.6-alpha-37673'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.