diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index fbd77136da..1171694bac 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -2237,7 +2237,7 @@ function get_post_states( $post ) { * Outputs the attachment media states as HTML. * * @since 3.2.0 - * @since 5.6.0 Added the `$echo` parameter. + * @since 5.6.0 Added the `$echo` parameter and a return value. * * @param WP_Post $post The attachment post to retrieve states for. * @param bool $echo Optional. Whether to echo the post states as an HTML string. Default true. diff --git a/wp-includes/version.php b/wp-includes/version.php index b47db5c179..25692e3192 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49230'; +$wp_version = '5.6-alpha-49231'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.