Changeset 2803 for branches/plugin/bbp-includes/bbp-reply-functions.php
- Timestamp:
- 01/14/2011 02:42:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-reply-functions.php
r2790 r2803 61 61 $reply_author = 0; 62 62 63 if ( ! is_wp_error( $bbp->errors) )63 if ( !empty( $anonymous_data ) && is_array( $anonymous_data ) ) 64 64 bbp_set_current_anonymous_user_data( $anonymous_data ); 65 65 }
Note: See TracChangeset
for help on using the changeset viewer.