From 5acf5596134fc86f9b53567a04545acce49cd57e Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 23 Jun 2021 19:09:56 +0000 Subject: [PATCH] Docs: Remove inaccurate `@since` tag. Follow up to [50829,50831,51145,51147]. Props johnbillion. Fixes #53461. See #50105. Built from https://develop.svn.wordpress.org/trunk@51222 git-svn-id: http://core.svn.wordpress.org/trunk@50831 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/ajax-actions.php | 2 -- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-admin/includes/ajax-actions.php b/wp-admin/includes/ajax-actions.php index ab4b4ced0b..d341b236f6 100644 --- a/wp-admin/includes/ajax-actions.php +++ b/wp-admin/includes/ajax-actions.php @@ -2927,8 +2927,6 @@ function wp_ajax_get_attachment() { * Ajax handler for querying attachments. * * @since 3.5.0 - * @since 5.8.0 The response returns the attachments under `response.attachments` and - * `response.totalAttachments` holds the total number of attachments found. */ function wp_ajax_query_attachments() { if ( ! current_user_can( 'upload_files' ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 334b941d8b..dae059b946 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-beta3-51221'; +$wp_version = '5.8-beta3-51222'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.