Make WordPress Core

Changeset 53040


Ignore:
Timestamp:
03/31/2022 03:23:07 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing descriptions for WP_List_Table::get_items_per_page() parameters.

Follow-up to [53039].

Props jrf, aristath, poena, justinahinon, SergeyBiryukov.
See #54729, #55327.

File:
1 edited

Legend:

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

    r53039 r53040  
    824824     * @since 3.1.0
    825825     *
    826      * @param string $option
    827      * @param int    $default_value
     826     * @param string $option        User option name.
     827     * @param int    $default_value Optional. The number of items to display. Default 20.
    828828     * @return int
    829829     */
Note: See TracChangeset for help on using the changeset viewer.