Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/25/2013 03:04:06 AM (10 years ago)
Author:
johnjamesjacoby
Message:

Use correct array variable name in bbp_get_current_anonymous_user_data(). Fixes #2476. Props netweb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/users/functions.php

    r5182 r5187  
    8888    function bbp_get_current_anonymous_user_data( $key = '' ) {
    8989        $cookie_names = array(
    90             'name'    => 'comment_author',
    91             'email'   => 'comment_author_email',
    92             'website' => 'comment_author_url',
     90            'name'  => 'comment_author',
     91            'email' => 'comment_author_email',
     92            'url'  => 'comment_author_url',
    9393
    9494            // Here just for the sake of them, use the above ones
Note: See TracChangeset for help on using the changeset viewer.