Changeset 35170 for trunk/src/wp-includes/option.php
- Timestamp:
- 10/14/2015 11:43:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r35149 r35170 19 19 * @since 1.5.0 20 20 * 21 * @global wpdb $wpdb 21 * @global wpdb $wpdb WordPress database abstraction object. 22 22 * 23 23 * @param string $option Name of option to retrieve. Expected to not be SQL-escaped. … … 165 165 * @since 2.2.0 166 166 * 167 * @global wpdb $wpdb 167 * @global wpdb $wpdb WordPress database abstraction object. 168 168 * 169 169 * @return array List of all options. … … 198 198 * @since 3.0.0 199 199 * 200 * @global wpdb $wpdb 200 * @global wpdb $wpdb WordPress database abstraction object. 201 201 * 202 202 * @param int $site_id Optional site ID for which to query the options. Defaults to the current site. … … 238 238 * @since 4.2.0 The `$autoload` parameter was added. 239 239 * 240 * @global wpdb $wpdb 240 * @global wpdb $wpdb WordPress database abstraction object. 241 241 * 242 242 * @param string $option Option name. Expected to not be SQL-escaped. … … 384 384 * @since 1.0.0 385 385 * 386 * @global wpdb $wpdb 386 * @global wpdb $wpdb WordPress database abstraction object. 387 387 * 388 388 * @param string $option Name of option to add. Expected to not be SQL-escaped. … … 481 481 * @since 1.2.0 482 482 * 483 * @global wpdb $wpdb 483 * @global wpdb $wpdb WordPress database abstraction object. 484 484 * 485 485 * @param string $option Name of option to remove. Expected to not be SQL-escaped.
Note: See TracChangeset
for help on using the changeset viewer.