Changeset 37488 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 05/22/2016 06:00:23 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/user-edit.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r37103 r37488 61 61 62 62 /** 63 * Filter whether to allow administrators on Multisite to edit every user.63 * Filters whether to allow administrators on Multisite to edit every user. 64 64 * 65 65 * Enabling the user editing form via this filter also hinges on the user holding … … 427 427 <?php 428 428 /** 429 * Filter a user contactmethod label.429 * Filters a user contactmethod label. 430 430 * 431 431 * The dynamic portion of the filter hook, `$name`, refers to … … 471 471 472 472 /** 473 * Filter the user profile picture description displayed under the Gravatar.473 * Filters the user profile picture description displayed under the Gravatar. 474 474 * 475 475 * @since 4.4.0 … … 485 485 <?php 486 486 /** 487 * Filter the display of the password fields.487 * Filters the display of the password fields. 488 488 * 489 489 * @since 1.5.1 … … 602 602 <?php 603 603 /** 604 * Filter whether to display additional capabilities for the user.604 * Filters whether to display additional capabilities for the user. 605 605 * 606 606 * The 'Additional Capabilities' section will only be enabled if
Note: See TracChangeset
for help on using the changeset viewer.