Changeset 5187
- Timestamp:
- 11/25/2013 03:04:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/users/functions.php
r5182 r5187 88 88 function bbp_get_current_anonymous_user_data( $key = '' ) { 89 89 $cookie_names = array( 90 'name' 91 'email' 92 ' website'=> 'comment_author_url',90 'name' => 'comment_author', 91 'email' => 'comment_author_email', 92 'url' => 'comment_author_url', 93 93 94 94 // Here just for the sake of them, use the above ones
Note: See TracChangeset
for help on using the changeset viewer.