Making WordPress.org


Ignore:
Timestamp:
01/27/2016 07:11:20 AM (9 years ago)
Author:
coffee2code
Message:

W.org Showcase: Add and fix comments to translators.

Props SergeyBiryukov.
Fixes #1507.

File:
1 edited

Legend:

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

    r2376 r2379  
    1515    <?php comment_text() ?>
    1616    <p><cite><?php printf(
    17         _x( '%1$s from %2$s on %3$s', '{comment type} from {comment author link} on {comment date}', 'wporg-showcase' ),
     17        /* translators: 1: comment type, 2: comment author link, 3: comment date */
     18        __( '%1$s from %2$s on %3$s', 'wporg-showcase' ),
    1819        comment_type( __( 'Comment', 'wporg-showcase' ), __( 'Trackback', 'wporg-showcase' ), __( 'Pingback', 'wporg-showcase' ) ),
    1920        comment_author_link(),
Note: See TracChangeset for help on using the changeset viewer.