Changes between Initial Version and Version 1 of Ticket #17630, comment 15
- Timestamp:
- 10/03/2015 10:21:43 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17630, comment 15
initial v1 1 `sig up_header` only fires inside `wp_head`. At that point, headers are already sent and its too late to redirect. The corresponding action in `wp-activate.php` is `activate_wp_head`.1 `signup_header` only fires inside `wp_head`. At that point, headers are already sent and its too late to redirect. The corresponding action in `wp-activate.php` is `activate_wp_head`. 2 2 3 3 Naming!