Changeset 46290 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 09/25/2019 01:46:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r46284 r46290 2476 2476 * @return mixed 2477 2477 */ 2478 function __get_option( $setting ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionDoubleUnderscore 2478 function __get_option( $setting ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionDoubleUnderscore,PHPCompatibility.FunctionNameRestrictions.ReservedFunctionNames.FunctionDoubleUnderscore 2479 2479 global $wpdb; 2480 2480
Note: See TracChangeset
for help on using the changeset viewer.