Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/28/2020 01:31:24 PM (5 years ago)
Author:
imath
Message:

BP Activity: add missing /* translators */ comments

See #8260

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-embeds.php

    r12542 r12586  
    282282            // Show author info.
    283283            if ( isset( $oembed->provider_name ) && isset( $oembed->author_name ) ) {
    284                 /* translators: By [oEmbed author] on [oEmbed provider]. eg. By BuddyPress on YouTube. */
     284                /* translators: 1: oEmbed author. 2: oEmbed provider. eg. By BuddyPress on YouTube. */
    285285                $anchor_text = sprintf( __( 'By %1$s on %2$s', 'buddypress' ), $oembed->author_name, $oembed->provider_name );
    286286
    287287            } elseif ( isset( $oembed->provider_name ) ) {
     288                /* translators: %s: oEmbed provider. */
    288289                $anchor_text = sprintf( __( 'View on %s', 'buddypress' ), $oembed->provider_name );
    289290            }
Note: See TracChangeset for help on using the changeset viewer.