Changeset 38916
- Timestamp:
- 10/25/2016 07:22:32 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/option.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r38910 r38916 301 301 302 302 /** This filter is documented in wp-includes/option.php */ 303 if ( apply_filters( 'default_option_' . $option, false, $option ) === $old_value ) {303 if ( apply_filters( 'default_option_' . $option, false, $option, false ) === $old_value ) { 304 304 // Default setting for new options is 'yes'. 305 305 if ( null === $autoload ) {
Note: See TracChangeset
for help on using the changeset viewer.