Make WordPress Core


Ignore:
Timestamp:
05/08/2021 11:20:02 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @since tags for new properties and functions related to infinite scrolling in Media Library.

Follow-up to [50829].

See #50105, #40330, #52628.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ajax-actions.php

    r50829 r50831  
    29282928 *
    29292929 * @since 3.5.0
     2930 * @since 5.8.0 The response returns the attachments under `response.attachments` and
     2931 *              `response.totalAttachments` holds the total number of attachments found.
    29302932 */
    29312933function wp_ajax_query_attachments() {
Note: See TracChangeset for help on using the changeset viewer.