Making WordPress.org

Changeset 5159


Ignore:
Timestamp:
03/21/2017 07:44:53 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Add a missing placeholder with the time when a user was flagged to moderation notice, for consistency with the notice displayed in user profile.

See #2584.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php

    r5158 r5159  
    316316                    $notices[] = sprintf(
    317317                        /* translators: 1: linked moderator's username, 2: moderation date, 3: moderation time */
    318                         __( 'This user has been flagged by %1$s on %2$s.', 'wporg-forums' ),
     318                        __( 'This user has been flagged by %1$s on %2$s at %3$s.', 'wporg-forums' ),
    319319                        sprintf( '<a href="%s">%s</a>', esc_url( home_url( "/users/$moderator/" ) ), $moderator ),
    320320                        /* translators: localized date format, see https://secure.php.net/date */
Note: See TracChangeset for help on using the changeset viewer.