Make WordPress Core


Ignore:
Timestamp:
07/17/2024 03:41:06 PM (16 months ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing description for the display_rows() method in list table classes.

Follow-up to [15491], [17002], [27301].

Props nikitasolanki1812, narenin, mukesh27, dd32, SergeyBiryukov.
Fixes #61670.

File:
1 edited

Legend:

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

    r58419 r58745  
    791791
    792792    /**
     793     * Generates the list table rows.
     794     *
     795     * @since 3.1.0
     796     *
    793797     * @global WP_Query $wp_query WordPress Query object.
    794      * @global int $per_page
     798     * @global int      $per_page
     799     *
    795800     * @param array $posts
    796801     * @param int   $level
Note: See TracChangeset for help on using the changeset viewer.