From 23e274831651aa9299758c6919b4f329527b11b9 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Wed, 23 Jun 2021 19:08:22 +0000 Subject: [PATCH] Docs: Remove inaccurate `@since` tag. Follow up to [50829,50831,51145,51147]. Props johnbillion. Fixes #53461. See #50105. git-svn-id: https://develop.svn.wordpress.org/trunk@51222 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/ajax-actions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wp-admin/includes/ajax-actions.php b/src/wp-admin/includes/ajax-actions.php index ab4b4ced0b..d341b236f6 100644 --- a/src/wp-admin/includes/ajax-actions.php +++ b/src/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' ) ) {