Make WordPress Core


Ignore:
Timestamp:
01/05/2021 05:14:24 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Corrections and improvements to types used in various docblocks.

See #51800, #52217

File:
1 edited

Legend:

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

    r49192 r49936  
    540540     * @since 3.3.0
    541541     *
    542      * @param string $option Option name.
    543      * @param string $key    Optional. Specific array key for when the option is an array.
    544      *                       Default false.
     542     * @param string       $option Option name.
     543     * @param string|false $key    Optional. Specific array key for when the option is an array.
     544     *                             Default false.
    545545     * @return string The option value if set, null otherwise.
    546546     */
Note: See TracChangeset for help on using the changeset viewer.