Changeset 38481
- Timestamp:
- 08/31/2016 09:12:29 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r37940 r38481 474 474 * 475 475 * @since 4.4.0 476 * @since 4.7.0 Added the `$profileuser` parameter. 476 477 * 477 * @param string $description The description that will be printed. 478 * @param string $description The description that will be printed. 479 * @param WP_User $profileuser The current WP_User object. 478 480 */ 479 echo apply_filters( 'user_profile_picture_description', $description );481 echo apply_filters( 'user_profile_picture_description', $description, $profileuser ); 480 482 ?></p> 481 483 </td>
Note: See TracChangeset
for help on using the changeset viewer.