Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/04/2020 05:02:30 PM (5 years ago)
Author:
imath
Message:

Blogs: make sure to use the __() the right way

This fixes a regression introduced in [12587] where I made a typo using _( instead of __().

Antiprops imath

Fixes #8268

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/classes/class-bp-blogs-component.php

    r12607 r12611  
    332332                    'alt'     => sprintf(
    333333                        /* translators: %s: member name */
    334                         _( 'Profile picture of %s', 'buddypress' ),
     334                        __( 'Profile picture of %s', 'buddypress' ),
    335335                        bp_get_displayed_user_fullname()
    336336                    ),
Note: See TracChangeset for help on using the changeset viewer.