Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #17630, comment 15


Ignore:
Timestamp:
10/03/2015 10:21:43 PM (10 years ago)
Author:
jeremyfelt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17630, comment 15

    initial v1  
    1 `sigup_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`.
    22
    33Naming!