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.