Changeset 51330 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 07/05/2021 03:46:40 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r51086 r51330 553 553 * 554 554 * The dynamic portion of the filter hook, `$name`, refers to 555 * each of the keys in the contact methods array.555 * each of the keys in the contact methods array. 556 556 * 557 557 * @since 2.9.0 558 558 * 559 * @param string $desc The translatable label for the contact method.559 * @param string $desc The translatable label for the contact method. 560 560 */ 561 561 echo apply_filters( "user_{$name}_label", $desc );
Note: See TracChangeset
for help on using the changeset viewer.