Changeset 18951
- Timestamp:
- 10/12/2011 04:35:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin.php
r18887 r18951 1606 1606 $new_whitelist_options[ $option_group ][] = $option_name; 1607 1607 if ( $sanitize_callback != '' ) 1608 add_filter( "sanitize_option_{$option_name}", $sanitize_callback , 10, 2);1608 add_filter( "sanitize_option_{$option_name}", $sanitize_callback ); 1609 1609 } 1610 1610
Note: See TracChangeset
for help on using the changeset viewer.