Changeset 47219 for trunk/src/wp-includes/option.php
- Timestamp:
- 02/09/2020 04:52:28 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/option.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r47157 r47219 2228 2228 2229 2229 $pos = array_search( $option_name, (array) $new_whitelist_options[ $option_group ] ); 2230 if ( $pos !== false) {2230 if ( false !== $pos ) { 2231 2231 unset( $new_whitelist_options[ $option_group ][ $pos ] ); 2232 2232 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)