add actions before and after signup form, see #12199

git-svn-id: https://develop.svn.wordpress.org/trunk@13629 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ron Rennick 2010-03-09 16:27:02 +00:00
parent e9374ebc17
commit e9d9581eba
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,8 @@ function wpmu_signup_stylesheet() {
add_action( 'wp_head', 'wpmu_signup_stylesheet' );
get_header();
do_action( 'before_signup_form' );
?>
<div id="content" class="widecolumn">
<div class="mu_register">
@ -442,5 +444,6 @@ if ( $active_signup == "none" ) {
?>
</div>
</div>
<?php do_action( 'after_signup_form' ); ?>
<?php get_footer(); ?>