Make WordPress Core

Changeset 44463


Ignore:
Timestamp:
01/08/2019 05:59:27 AM (7 years ago)
Author:
pento
Message:

Docs: Improve the @global tags in wp-includes/option.php.

Props upadalavipul.
Fixes #45581.

File:
1 edited

Legend:

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

    r44446 r44463  
    11941194 * @see get_option()
    11951195 *
    1196  * @global wpdb $wpdb
     1196 * @global wpdb $wpdb WordPress database abstraction object.
    11971197 *
    11981198 * @param int      $network_id ID of the network. Can be null to default to the current network ID.
     
    13271327 * @see add_option()
    13281328 *
    1329  * @global wpdb $wpdb
     1329 * @global wpdb $wpdb WordPress database abstraction object.
    13301330 *
    13311331 * @param int    $network_id ID of the network. Can be null to default to the current network ID.
     
    14491449 * @see delete_option()
    14501450 *
    1451  * @global wpdb $wpdb
     1451 * @global wpdb $wpdb WordPress database abstraction object.
    14521452 *
    14531453 * @param int    $network_id ID of the network. Can be null to default to the current network ID.
     
    15421542 * @see update_option()
    15431543 *
    1544  * @global wpdb $wpdb
     1544 * @global wpdb $wpdb WordPress database abstraction object.
    15451545 *
    15461546 * @param int      $network_id ID of the network. Can be null to default to the current network ID.
     
    21632163 *
    21642164 * @global array $new_whitelist_options
     2165 * @global array $wp_registered_settings
    21652166 *
    21662167 * @param string   $option_group      The settings group name used during registration.
     
    22352236 * @since 4.7.0
    22362237 *
     2238 * @global array $wp_registered_settings
     2239 *
    22372240 * @return array List of registered settings, keyed by option name.
    22382241 */
Note: See TracChangeset for help on using the changeset viewer.