Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/24/2024 05:52:06 PM (2 years ago)
Author:
imath
Message:

Adds missing /* translators */ inline comments

Fixes #9198
Closes https://github.com/buddypress/buddypress/pull/321

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php

    r13822 r13938  
    2626                <?php
    2727                printf(
     28                        /* Translators: %s is used to output the link to the Gravatar site */
    2829                        esc_html__( 'Your profile photo will be used on your profile and throughout the site. If there is a %s associated with your account email we will use that, or you can upload an image from your computer.', 'buddypress' ),
    2930                        '<a href="http://gravatar.com">Gravatar</a>'
     
    9596                <?php
    9697                printf(
     98                        /* Translators: %s is used to output the link to the Gravatar site */
    9799                        esc_html__( 'Your profile photo will be used on your profile and throughout the site. To change your profile photo, please create an account with %s using the same email address as you used to register with this site.', 'buddypress' ),
    98100                        '<a href="https://gravatar.com">Gravatar</a>'
Note: See TracChangeset for help on using the changeset viewer.