Make WordPress Core


Ignore:
Timestamp:
11/14/2020 04:52:25 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing descriptions for _WP_List_Table_Compat methods.

Props johannadevos, SaeedFard, swissspidy, desrosj, SergeyBiryukov.
Fixes #46842.

File:
1 edited

Legend:

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

    r49109 r49599  
    7272 * @since 2.7.0
    7373 *
    74  * @param string   $screen  The handle for the screen to add help to. This is usually the hook name returned by the
    75  *                          add_*_page() functions.
    76  * @param string[] $columns An array of columns with column IDs as the keys and translated column names as the values.
     74 * @param string    $screen The handle for the screen to register column headers for. This is
     75 *                          usually the hook name returned by the `add_*_page()` functions.
     76 * @param string[] $columns An array of columns with column IDs as the keys and translated
     77 *                          column names as the values.
    7778 */
    7879function register_column_headers( $screen, $columns ) {
Note: See TracChangeset for help on using the changeset viewer.