Changeset 2803 for branches/plugin/bbp-includes/bbp-topic-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-topic-functions.php
r2790 r2803 62 62 $topic_author = 0; 63 63 64 if ( ! is_wp_error( $bbp->errors) )64 if ( !empty( $anonymous_data ) && is_array( $anonymous_data ) ) 65 65 bbp_set_current_anonymous_user_data( $anonymous_data ); 66 66 }
Note: See TracChangeset
for help on using the changeset viewer.