diff --git a/wp-includes/class-wp-post.php b/wp-includes/class-wp-post.php index 654dd05bfa..fe059d00aa 100644 --- a/wp-includes/class-wp-post.php +++ b/wp-includes/class-wp-post.php @@ -14,9 +14,9 @@ * * @property string $page_template * - * @property-read int[] $ancestors - * @property-read int $post_category - * @property-read string $tag_input + * @property-read int[] $ancestors + * @property-read int[] $post_category + * @property-read string[] $tags_input */ final class WP_Post { diff --git a/wp-includes/version.php b/wp-includes/version.php index bb435d01f4..db5e8fd4b5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53427'; +$wp_version = '6.1-alpha-53428'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.