From 027ee84349538c1eef2e23db6347165ceda26562 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: https://develop.svn.wordpress.org/trunk@23362 602fd350-edb4-49c9-b593-d223f7449a82 --- 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() { ?>