Ticket #37379: 37379.patch
File 37379.patch, 591 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/user-edit.php
475 475 * @since 4.4.0 476 476 * 477 477 * @param string $description The description that will be printed. 478 * @param WP_User $profileuser User object for the current user to edit. 478 479 */ 479 echo apply_filters( 'user_profile_picture_description', $description );480 echo apply_filters( 'user_profile_picture_description', $description, $profileuser ); 480 481 ?></p> 481 482 </td> 482 483 </tr>