Changeset 5908 for trunk/src/includes/users/functions.php
- Timestamp:
- 08/11/2015 08:17:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/functions.php
r5888 r5908 105 105 106 106 if ( ! empty( $key ) && in_array( $key, array_keys( $cookie_names ) ) ) { 107 return $bbp_current_poster[ $cookie_names[$key]];107 return $bbp_current_poster[ $cookie_names[ $key ] ]; 108 108 } 109 109
Note: See TracChangeset
for help on using the changeset viewer.