Make WordPress Core


Ignore:
Timestamp:
01/05/2021 05:14:24 PM (4 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-includes/option.php

    r49600 r49936  
    10591059 * @since 2.7.0
    10601060 *
    1061  * @param string $name    The name of the setting.
    1062  * @param string $default Optional default value to return when $name is not set.
     1061 * @param string       $name    The name of the setting.
     1062 * @param string|false $default Optional. Default value to return when $name is not set. Default false.
    10631063 * @return mixed The last saved user setting or the default value/false if it doesn't exist.
    10641064 */
Note: See TracChangeset for help on using the changeset viewer.