From e9d9581ebaf1582c7e52fe194a5a433031755a02 Mon Sep 17 00:00:00 2001 From: Ron Rennick Date: Tue, 9 Mar 2010 16:27:02 +0000 Subject: [PATCH] add actions before and after signup form, see #12199 git-svn-id: https://develop.svn.wordpress.org/trunk@13629 602fd350-edb4-49c9-b593-d223f7449a82 --- 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" ) { ?>
+