Changeset 44463
- Timestamp:
- 01/08/2019 05:59:27 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/option.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r44446 r44463 1194 1194 * @see get_option() 1195 1195 * 1196 * @global wpdb $wpdb 1196 * @global wpdb $wpdb WordPress database abstraction object. 1197 1197 * 1198 1198 * @param int $network_id ID of the network. Can be null to default to the current network ID. … … 1327 1327 * @see add_option() 1328 1328 * 1329 * @global wpdb $wpdb 1329 * @global wpdb $wpdb WordPress database abstraction object. 1330 1330 * 1331 1331 * @param int $network_id ID of the network. Can be null to default to the current network ID. … … 1449 1449 * @see delete_option() 1450 1450 * 1451 * @global wpdb $wpdb 1451 * @global wpdb $wpdb WordPress database abstraction object. 1452 1452 * 1453 1453 * @param int $network_id ID of the network. Can be null to default to the current network ID. … … 1542 1542 * @see update_option() 1543 1543 * 1544 * @global wpdb $wpdb 1544 * @global wpdb $wpdb WordPress database abstraction object. 1545 1545 * 1546 1546 * @param int $network_id ID of the network. Can be null to default to the current network ID. … … 2163 2163 * 2164 2164 * @global array $new_whitelist_options 2165 * @global array $wp_registered_settings 2165 2166 * 2166 2167 * @param string $option_group The settings group name used during registration. … … 2235 2236 * @since 4.7.0 2236 2237 * 2238 * @global array $wp_registered_settings 2239 * 2237 2240 * @return array List of registered settings, keyed by option name. 2238 2241 */
Note: See TracChangeset
for help on using the changeset viewer.