mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
See #36913. git-svn-id: https://develop.svn.wordpress.org/trunk@37488 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -60,7 +60,7 @@ $wp_http_referer = remove_query_arg( array( 'update', 'delete_count', 'user_id'
|
||||
$user_can_edit = current_user_can( 'edit_posts' ) || current_user_can( 'edit_pages' );
|
||||
|
||||
/**
|
||||
* Filter whether to allow administrators on Multisite to edit every user.
|
||||
* Filters whether to allow administrators on Multisite to edit every user.
|
||||
*
|
||||
* Enabling the user editing form via this filter also hinges on the user holding
|
||||
* the 'manage_network_users' cap, and the logged-in user not matching the user
|
||||
@@ -426,7 +426,7 @@ if ( is_multisite() && is_network_admin() && ! IS_PROFILE_PAGE && current_user_c
|
||||
<th><label for="<?php echo $name; ?>">
|
||||
<?php
|
||||
/**
|
||||
* Filter a user contactmethod label.
|
||||
* Filters a user contactmethod label.
|
||||
*
|
||||
* The dynamic portion of the filter hook, `$name`, refers to
|
||||
* each of the keys in the contactmethods array.
|
||||
@@ -470,7 +470,7 @@ if ( is_multisite() && is_network_admin() && ! IS_PROFILE_PAGE && current_user_c
|
||||
}
|
||||
|
||||
/**
|
||||
* Filter the user profile picture description displayed under the Gravatar.
|
||||
* Filters the user profile picture description displayed under the Gravatar.
|
||||
*
|
||||
* @since 4.4.0
|
||||
*
|
||||
@@ -484,7 +484,7 @@ if ( is_multisite() && is_network_admin() && ! IS_PROFILE_PAGE && current_user_c
|
||||
|
||||
<?php
|
||||
/**
|
||||
* Filter the display of the password fields.
|
||||
* Filters the display of the password fields.
|
||||
*
|
||||
* @since 1.5.1
|
||||
* @since 2.8.0 Added the `$profileuser` parameter.
|
||||
@@ -601,7 +601,7 @@ if ( IS_PROFILE_PAGE && count( $sessions->get_all() ) === 1 ) : ?>
|
||||
|
||||
<?php
|
||||
/**
|
||||
* Filter whether to display additional capabilities for the user.
|
||||
* Filters whether to display additional capabilities for the user.
|
||||
*
|
||||
* The 'Additional Capabilities' section will only be enabled if
|
||||
* the number of the user's capabilities exceeds their number of
|
||||
|
||||
Reference in New Issue
Block a user