Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/wp-admin/user-edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@
<?php
if ( IS_PROFILE_PAGE ) {
/**
* Fires after the 'About Yourself' settings table on the 'Profile' editing screen.
* Fires after the 'Application Passwords' section is loaded on the 'Profile' editing screen.
*
* The action only fires if the current user is editing their own profile.
*
Expand All @@ -882,7 +882,9 @@
do_action( 'show_user_profile', $profile_user );
} else {
/**
* Fires after the 'About the User' settings table on the 'Edit User' screen.
* Fires after the 'Application Passwords' section is loaded on 'Edit User' screen.
*
* The action only fires if the current user is editing another user's profile.
*
* @since 2.0.0
*
Expand Down