From 06010c2795b458fda98f2d716a4b8d74b9c8c054 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 16 Jan 2023 20:39:10 +0000 Subject: [PATCH] Docs: Remove unused `post_modified` and `post_modified_gmt` params from `wp_insert_post()` docblock. Props dshanske, mehulkaklotar. Fixes #57473. See #56792. Built from https://develop.svn.wordpress.org/trunk@55080 git-svn-id: http://core.svn.wordpress.org/trunk@54613 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post.php | 4 ---- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/wp-includes/post.php b/wp-includes/post.php index 0bf6c52654..7e3f47aba1 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -4014,10 +4014,6 @@ function wp_get_recent_posts( $args = array(), $output = ARRAY_A ) { * Default empty. * @type string $pinged Space or carriage return-separated list of URLs that have * been pinged. Default empty. - * @type string $post_modified The date when the post was last modified. Default is - * the current time. - * @type string $post_modified_gmt The date when the post was last modified in the GMT - * timezone. Default is the current time. * @type int $post_parent Set this for the post it belongs to, if any. Default 0. * @type int $menu_order The order the post should be displayed in. Default 0. * @type string $post_mime_type The mime type of the post. Default empty. diff --git a/wp-includes/version.php b/wp-includes/version.php index 5de50317af..12b518335c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55079'; +$wp_version = '6.2-alpha-55080'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.