Changeset 14365
- Timestamp:
- 01/16/2025 10:31:51 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/profiles.wordpress.org/public_html/wp-content/plugins/wporg-profiles-activity-handler/wporg-profiles-activity-handler.php
r14350 r14365 61 61 } 62 62 63 $user = false; 64 63 65 if ( is_numeric( $username ) && ( absint( $username ) == $username ) ) { 64 66 $user = get_user_by( 'id', $username ); 65 } else { 67 } 68 69 if ( ! $user ) { 66 70 $user = get_user_by( 'login', $username ); 67 71 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)