Changeset 56245 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 07/17/2023 01:16:14 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r56191 r56245 4439 4439 $user = get_user_by( 'id', absint( $id_or_email ) ); 4440 4440 } elseif ( is_string( $id_or_email ) ) { 4441 if ( str pos( $id_or_email, '@md5.gravatar.com' ) ) {4441 if ( str_contains( $id_or_email, '@md5.gravatar.com' ) ) { 4442 4442 // MD5 hash. 4443 4443 list( $email_hash ) = explode( '@', $id_or_email );
Note: See TracChangeset
for help on using the changeset viewer.