Fix a copy/paste error in the 'show_user_profile' hook description in wp-admin/user-edit.php.

Props neoxx.
Fixes #26597.

Built from https://develop.svn.wordpress.org/trunk@26907


git-svn-id: http://core.svn.wordpress.org/trunk@26790 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2014-01-05 18:58:11 +00:00
parent 95bb449a4d
commit 077afc8d48

View File

@ -479,7 +479,7 @@ if ( $show_password_fields ) :
<?php
if ( IS_PROFILE_PAGE ) {
/**
* Fires after the 'About the User' settings table on the 'Your Profile' editing screen.
* Fires after the 'About Yourself' settings table on the 'Your Profile' editing screen.
*
* The action only fires if the current user is editing their own profile.
*