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

Props neoxx.
Fixes #26597.


git-svn-id: https://develop.svn.wordpress.org/trunk@26907 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2014-01-05 18:57:43 +00:00
parent 82f55e9838
commit ec71eefa59

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.
*