Fix typo in phpdoc. Props SergeyBiryukov. fixes #20429

git-svn-id: http://core.svn.wordpress.org/trunk@22266 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ryan Boren 2012-10-22 12:44:28 +00:00
parent c2d9d834dc
commit 7b62c8753d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
/**
* Confirms that the activation key that is sent in an email after a user signs
* up for a new blog matchs the key for that user and then displays confirmation.
* up for a new blog matches the key for that user and then displays confirmation.
*
* @package WordPress
*/