Making WordPress.org


Ignore:
Timestamp:
11/27/2016 08:07:40 AM (9 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-support/functions.php

    r4352 r4426  
    259259            $notice = sprintf(
    260260                /* translators: %d: number of hours */
    261                 __( 'This post has been held for moderation by our automated system. It will be reviewed within %d hours.', 'wporg-forums' ),
     261                _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' ),
    262262                72
    263263            );
Note: See TracChangeset for help on using the changeset viewer.