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/activity/comment.php

    r13822 r13938  
    2727        <div class="acomment-meta">
    2828                <?php
    29                         /* translators: 1: user profile link, 2: user name, 3: activity permalink, 4: ISO8601 timestamp, 5: activity relative timestamp */
    3029                        printf(
     30                                /* translators: 1: user profile link, 2: user name, 3: activity permalink, 4: ISO8601 timestamp, 5: activity relative timestamp */
    3131                                esc_html__( '%1$s replied %2$s', 'buddypress' ),
    3232                                '<a href="' . esc_url( bp_get_activity_comment_user_link() ) . '">' . esc_html( bp_get_activity_comment_name() ) . '</a>',
Note: See TracChangeset for help on using the changeset viewer.