Make WordPress Core

Changeset 13629


Ignore:
Timestamp:
03/09/2010 04:27:02 PM (15 years ago)
Author:
wpmuguru
Message:

add actions before and after signup form, see #12199

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-signup.php

    r13584 r13629  
    5555add_action( 'wp_head', 'wpmu_signup_stylesheet' );
    5656get_header();
     57
     58do_action( 'before_signup_form' );
    5759?>
    5860<div id="content" class="widecolumn">
     
    443445</div>
    444446</div>
     447<?php do_action( 'after_signup_form' ); ?>
    445448
    446449<?php get_footer(); ?>
Note: See TracChangeset for help on using the changeset viewer.