Ticket #4022: #4022.patch
File #4022.patch, 755 bytes (added by , 6 years ago) |
---|
-
public_html/wp-content/plugins/wporg-profiles-activity-handler/wporg-profiles-activity-handler.php
49 49 /** 50 50 * Gets a user by either login, slug, or id. 51 51 * 52 * @param string|int 52 * @param string|int $username The user's login, slug, or id. 53 53 * @return WP_User|false WP_User object on success, false on failure. 54 54 */ 55 55 protected function get_user( $username ) {