From 0fca569339b5daaa3e3ce2f354e91d2e5a01d119 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 8 Aug 2024 02:27:18 +0000 Subject: [PATCH] Docs: Correct alignment for `rest_insert_attachment` action DocBlock. Follow-up to [39348]. Props krupalpanchal. See #61608. Built from https://develop.svn.wordpress.org/trunk@58865 git-svn-id: http://core.svn.wordpress.org/trunk@58261 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../endpoints/class-wp-rest-attachments-controller.php | 3 +-- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php index aa73286102..0c98a729e4 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php @@ -339,8 +339,7 @@ class WP_REST_Attachments_Controller extends WP_REST_Posts_Controller { * * @since 4.7.0 * - * @param WP_Post $attachment Inserted or updated attachment - * object. + * @param WP_Post $attachment Inserted or updated attachment object. * @param WP_REST_Request $request The request sent to the API. * @param bool $creating True when creating an attachment, false when updating. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index f57a0e55ba..62c0b10642 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58864'; +$wp_version = '6.7-alpha-58865'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.