Make WordPress Core


Ignore:
Timestamp:
10/10/2020 07:12:04 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Fix the types for some properties and parameters that use the generic object type.

See #50768

File:
1 edited

Legend:

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

    r48866 r49119  
    4444     *
    4545     * @since 3.1.0
    46      * @var object
     46     * @var WP_Screen
    4747     */
    4848    protected $screen;
     
    10931093         *
    10941094         * The dynamic portion of the hook name, `$this->screen->id`, refers
    1095          * to the ID of the current screen, usually a string.
     1095         * to the ID of the current screen.
    10961096         *
    10971097         * @since 3.1.0
Note: See TracChangeset for help on using the changeset viewer.