mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
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:
parent
e9374ebc17
commit
e9d9581eba
@ -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(); ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user