Changeset 47600 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 04/20/2020 08:37:31 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r47550 r47600 128 128 if ( IS_PROFILE_PAGE ) { 129 129 /** 130 * Fires before the page loads on the ' YourProfile' editing screen.130 * Fires before the page loads on the 'Profile' editing screen. 131 131 * 132 132 * The action only fires if the current user is editing their own profile. … … 387 387 if ( IS_PROFILE_PAGE ) { 388 388 /** 389 * Fires after the 'Personal Options' settings table on the ' YourProfile' editing screen.389 * Fires after the 'Personal Options' settings table on the 'Profile' editing screen. 390 390 * 391 391 * The action only fires if the current user is editing their own profile. … … 706 706 if ( IS_PROFILE_PAGE ) { 707 707 /** 708 * Fires after the 'About Yourself' settings table on the ' YourProfile' editing screen.708 * Fires after the 'About Yourself' settings table on the 'Profile' editing screen. 709 709 * 710 710 * The action only fires if the current user is editing their own profile.
Note: See TracChangeset
for help on using the changeset viewer.