Changeset 4065
- Timestamp:
- 07/07/2012 03:58:04 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-options.php
r3966 r4065 172 172 173 173 // Check the options global for preset value 174 if ( !empty( $bbp->options[$option] ) )174 if ( isset( $bbp->options[$option] ) ) 175 175 $value = $bbp->options[$option]; 176 176
Note: See TracChangeset
for help on using the changeset viewer.