Changes between Initial Version and Version 1 of Ticket #5575, comment 5
- Timestamp:
- 04/23/2014 06:38:12 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5575, comment 5
initial v1 13 13 3) An entry in wp_signups which was fully populated 14 14 15 Deleting an un-activated user through the Manage Signups panel would remove item (3) but leave all records in (1) and (2) intact. Deleting an un-activated user with the BuddyPress Pending Activations plugin would remove all records in items ( 2) and (3), but leave (1) intact.15 Deleting an un-activated user through the Manage Signups panel would remove item (3) but leave all records in (1) and (2) intact. Deleting an un-activated user with the BuddyPress Pending Activations plugin would remove all records in items (1) and (2), but leave (3) intact. 16 16 17 17 I tested and replicated this process using both my own custom theme and the default WordPress 2013 theme.