Make WordPress Core


Ignore:
Timestamp:
11/08/2021 10:47:55 AM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock improvements and corrections.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/option.php

    r51832 r52035  
    23842384 * @global array $wp_registered_settings
    23852385 *
    2386  * @param string          $option_group The settings group name used during registration.
    2387  * @param string          $option_name  The name of the option to unregister.
    2388  * @param callable|string $deprecated  Deprecated.
     2386 * @param string   $option_group The settings group name used during registration.
     2387 * @param string   $option_name  The name of the option to unregister.
     2388 * @param callable $deprecated   Optional. Deprecated.
    23892389 */
    23902390function unregister_setting( $option_group, $option_name, $deprecated = '' ) {
Note: See TracChangeset for help on using the changeset viewer.