Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/28/2020 01:43:36 PM (6 years ago)
Author:
imath
Message:

BP Messages: add missing /* translators */ comments

See #8260

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-messages/bp-messages-functions.php

    r12448 r12592  
    9494        // Set a default reply subject if none was sent.
    9595        if ( empty( $message->subject ) ) {
     96            /* translators: %s: message subject */
    9697            $message->subject = sprintf( __( 'Re: %s', 'buddypress' ), $thread->messages[0]->subject );
    9798        }
Note: See TracChangeset for help on using the changeset viewer.