From 491f4268b1001447270f8cdd8cd79300cc3e1d4f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 31 Jan 2013 03:13:22 +0000 Subject: [PATCH] Add inline documentation for wp-signup.php. props DrewAPicture. fixes #22187. git-svn-id: http://core.svn.wordpress.org/trunk@23362 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-signup.php | 142 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) diff --git a/wp-signup.php b/wp-signup.php index 7d35d8659f..7c2cb221fa 100644 --- a/wp-signup.php +++ b/wp-signup.php @@ -12,6 +12,11 @@ if ( is_array( get_site_option( 'illegal_names' )) && isset( $_GET[ 'new' ] ) && die(); } +/** + * Prints signup_header via wp_head + * + * @since MU + */ function do_signup_header() { do_action( 'signup_header' ); } @@ -30,6 +35,11 @@ if ( !is_main_site() ) { // Fix for page title $wp_query->is_404 = false; +/** + * Prints styles for front-end Multisite signup pages + * + * @since MU + */ function wpmu_signup_stylesheet() { ?>