Pinking shears

git-svn-id: http://core.svn.wordpress.org/trunk@22634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ryan Boren
2012-11-17 15:11:29 +00:00
parent 1847d7e85b
commit 06ee370814
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() {