Making WordPress.org


Ignore:
Timestamp:
11/27/2016 08:07:40 AM (8 years ago)
Author:
dd32
Message:

Use _n() on some strings to aid with translation into languages such as Russian.

See #2268

File:
1 edited

Legend:

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

    r4219 r4426  
    266266            $notice = sprintf(
    267267                /* translators: %d: number of hours */
    268                 __( 'This post has been held for moderation by our automated system. It will be reviewed within %d hours.', 'wporg-forums' ),
     268                _n( 'This post has been held for moderation by our automated system. It will be reviewed within %d hour.', 'This post has been held for moderation by our automated system. It will be reviewed within %d hours.', 72, 'wporg-forums' ),
    269269                72
    270270            );
Note: See TracChangeset for help on using the changeset viewer.