Changeset 58810
- Timestamp:
- 07/25/2024 10:38:01 PM (14 months ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r58435 r58810 279 279 Commenter avatars come from <a href="%s">Gravatar</a>.' 280 280 ), 281 esc_url( __( 'https://en.gravatar.com/' ) ) 281 /* translators: The localized Gravatar URL. */ 282 esc_url( __( 'https://gravatar.com/' ) ) 282 283 ); 283 284 $wpdb->insert( -
trunk/src/wp-admin/user-edit.php
r58581 r58810 629 629 /* translators: %s: Gravatar URL. */ 630 630 __( '<a href="%s">You can change your profile picture on Gravatar</a>.' ), 631 __( 'https://en.gravatar.com/' ) 631 /* translators: The localized Gravatar URL. */ 632 __( 'https://gravatar.com/' ) 632 633 ); 633 634 } else {
Note: See TracChangeset
for help on using the changeset viewer.