Make WordPress Core

Changeset 54661


Ignore:
Timestamp:
10/21/2022 01:33:54 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Document the usage of $wp_query global in WP_Media_List_Table::display_rows().

Follow-up to [34127].

Props upadalavipul, saumil1611.
Fixes #56839.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-media-list-table.php

    r54378 r54661  
    673673
    674674        /**
    675          * @global WP_Post $post Global post object.
     675         * @global WP_Post  $post     Global post object.
     676         * @global WP_Query $wp_query WordPress Query object.
    676677         */
    677678        public function display_rows() {
Note: See TracChangeset for help on using the changeset viewer.