Changeset 42228 for trunk/src/wp-includes/option.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r42201 r42228 104 104 } else { // option does not exist, so we must cache its non-existence 105 105 if ( ! is_array( $notoptions ) ) { 106 106 $notoptions = array(); 107 107 } 108 108 $notoptions[$option] = true;
Note: See TracChangeset
for help on using the changeset viewer.