Changeset 5842
- Timestamp:
- 08/02/2007 10:51:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r5829 r5842 184 184 // Allow plugins to short-circuit options. 185 185 $pre = apply_filters( 'pre_option_' . $setting, false ); 186 if ( $pre )186 if ( false !== $pre ) 187 187 return $pre; 188 188
Note: See TracChangeset
for help on using the changeset viewer.