Changeset 39382 for trunk/src/wp-includes/option.php
- Timestamp:
- 11/30/2016 09:21:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r39335 r39382 422 422 if ( !is_array( $notoptions ) || !isset( $notoptions[$option] ) ) 423 423 /** This filter is documented in wp-includes/option.php */ 424 if ( apply_filters( 'default_option_' . $option, false, $option ) !== get_option( $option ) )424 if ( apply_filters( 'default_option_' . $option, false, $option, false ) !== get_option( $option ) ) 425 425 return false; 426 426
Note: See TracChangeset
for help on using the changeset viewer.