diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 0526fe8f65..74c5ccda78 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -1524,7 +1524,9 @@ function get_editor_stylesheets() { * * @global array $_wp_theme_features * - * @param string $feature The feature being added. + * @param string $feature The feature being added. Likely core values include 'post-formats', + * 'post-thumbnails', 'html5', 'custom-logo', 'custom-header-uploads', + * 'custom-header', 'custom-background', 'title-tag', etc. * @return void|bool False on failure, void otherwise. */ function add_theme_support( $feature ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 969702982f..66e4738c28 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37670'; +$wp_version = '4.6-alpha-37671'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.