#1452 closed defect (bug) (fixed)
Actually set the anonymous user data
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.0 | Priority: | high |
| Severity: | major | Version: | |
| Component: | Front-end | Keywords: | has-patch |
| Cc: | gautam.2011@… |
Description
if ( !is_wp_error( $bbp->errors ) ) always results to false and hence the anonymous user data is not set. The attached patch fixes this and also displays the avatar of the anonymous user (if the anonymous email id cookie is set).
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [2803]) Correctly check for WP_Error and correctly load anonymous user cookie data/avatar. Fixes #1452. Props GautamGupta