Make WordPress Core


Ignore:
Timestamp:
11/14/2020 04:52:25 PM (5 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/deprecated.php

    r49197 r49599  
    982982 * @see WP_Screen::add_help_tab()
    983983 *
    984  * @param string    $screen The handle for the screen to add help to. This is usually the hook name returned by the add_*_page() functions.
     984 * @param string    $screen The handle for the screen to add help to. This is usually
     985 *                          the hook name returned by the `add_*_page()` functions.
    985986 * @param string    $help   The content of an 'Overview' help tab.
    986987 */
Note: See TracChangeset for help on using the changeset viewer.