Changeset 32905
- Timestamp:
- 06/22/2015 08:50:30 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r32672 r32905 1835 1835 } 1836 1836 1837 $pos = array_search( $option_name, (array) $new_whitelist_options );1837 $pos = array_search( $option_name, (array) $new_whitelist_options[ $option_group ] ); 1838 1838 if ( $pos !== false ) 1839 1839 unset( $new_whitelist_options[ $option_group ][ $pos ] );
Note: See TracChangeset
for help on using the changeset viewer.