From a40011fbb56e2db5006c722cd8b7fc3822b696fd Mon Sep 17 00:00:00 2001 From: wpmuguru Date: Tue, 9 Mar 2010 16:27:02 +0000 Subject: [PATCH] add actions before and after signup form, see #12199 git-svn-id: http://svn.automattic.com/wordpress/trunk@13629 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-signup.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-signup.php b/wp-signup.php index f2fc298c13..30e64f69a6 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -54,6 +54,8 @@ function wpmu_signup_stylesheet() { add_action( 'wp_head', 'wpmu_signup_stylesheet' ); get_header(); + +do_action( 'before_signup_form' ); ?>
@@ -442,5 +444,6 @@ if ( $active_signup == "none" ) { ?>
+