Changeset 5842
- Timestamp:
- 08/02/07 22:51:42 (1 year ago)
- Files:
-
- trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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
