Changeset 5908 for trunk/src/includes/users/options.php
- Timestamp:
- 08/11/2015 08:17:53 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/users/options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/options.php
r5770 r5908 116 116 117 117 // Check the options global for preset value 118 if ( isset( $user->ID ) && isset( $bbp->user_options[ $user->ID] ) && ! empty( $bbp->user_options[$user->ID][$option] ) ) {119 $value = $bbp->user_options[ $user->ID][$option];118 if ( isset( $user->ID ) && isset( $bbp->user_options[ $user->ID ] ) && ! empty( $bbp->user_options[ $user->ID ][ $option ] ) ) { 119 $value = $bbp->user_options[ $user->ID ][ $option ]; 120 120 } 121 121
Note: See TracChangeset
for help on using the changeset viewer.