[wp-trac] [WordPress Trac] #20075: Add action hooks to wp-activate.php in WP network

WordPress Trac wp-trac at lists.automattic.com
Sun Feb 19 11:55:26 UTC 2012


#20075: Add action hooks to wp-activate.php in WP network
-------------------------+-----------------------------
 Reporter:  gdvwp        |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  Multisite    |    Version:  3.3.1
 Severity:  normal       |   Keywords:
-------------------------+-----------------------------
 Similar to the hooks in wp-signup.php:

 do_action( 'before_signup_form' );
 do_action( 'after_signup_form' );

 these hooks should be added to wp-activate.php:

 do_action( 'before_activate_form' )
 do_action( 'after_activate_form' )

 Purpose : allow signup and activate pages to be built/styled in a similar
 way.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/20075>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list