Changeset 39383 for branches/4.7/src/wp-includes/option.php
- Timestamp:
- 11/30/2016 09:31:38 PM (10 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/option.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/option.php
r39335 r39383 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.