Changeset 11021
- Timestamp:
- 04/20/2009 08:37:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin.php
r11005 r11021 1023 1023 function remove_option_update_handler($option_group, $option_name, $sanitize_callback = '') { 1024 1024 global $new_whitelist_options; 1025 $pos = array_search( $option_name, $new_whitelist_options );1025 $pos = array_search( $option_name, (array) $new_whitelist_options ); 1026 1026 if ( $pos !== false ) 1027 1027 unset( $new_whitelist_options[ $option_group ][ $pos ] );
Note: See TracChangeset
for help on using the changeset viewer.