Make WordPress Core


Ignore:
Timestamp:
07/25/2024 10:38:01 PM (17 months ago)
Author:
peterwilsoncc
Message:

General: Update English Gravatar links.

Replace links to en.gravatar.com with links to gravatar.com as the english site now uses the base domain. This avoids an unnecessary redirect for english language sites.

The links remain translatable for non-english versions of WordPress.

Props narenin, knutsp.
Fixes #61424.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/upgrade.php

    r58435 r58810  
    279279Commenter avatars come from <a href="%s">Gravatar</a>.'
    280280            ),
    281             esc_url( __( 'https://en.gravatar.com/' ) )
     281            /* translators: The localized Gravatar URL. */
     282            esc_url( __( 'https://gravatar.com/' ) )
    282283        );
    283284        $wpdb->insert(
Note: See TracChangeset for help on using the changeset viewer.