Pinking shears

git-svn-id: https://develop.svn.wordpress.org/trunk@22634 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2012-11-17 15:11:29 +00:00
parent 2f1e3701ed
commit 6d8bce688f
21 changed files with 76 additions and 76 deletions

View File

@@ -2,7 +2,7 @@
/**
* Confirms that the activation key that is sent in an email after a user signs
* up for a new blog matches the key for that user and then displays confirmation.
*
*
* @package WordPress
*/
@@ -26,7 +26,7 @@ do_action( 'activate_header' );
/**
* Adds an action hook specific to this page that fires on wp_head
*
*
* @since MU
*/
function do_activate_header() {
@@ -36,7 +36,7 @@ add_action( 'wp_head', 'do_activate_header' );
/**
* Loads styles specific to this page.
*
*
* @since MU
*/
function wpmu_activate_stylesheet() {