Make WordPress Core

Changeset 37201


Ignore:
Timestamp:
04/14/2016 03:38:09 AM (8 years ago)
Author:
SergeyBiryukov
Message:

I18N: Add translator comment for a string with a placeholder added in [36806].

Keep the comment for the string above too, for additional clarity.

Props christophherr.
Fixes #36493.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r37197 r37201  
    230230        /* translators: Number of results found when using jQuery UI Autocomplete */
    231231        'oneResult' => __( '1 result found. Use up and down arrow keys to navigate.' ),
     232        /* translators: %d: Number of results found when using jQuery UI Autocomplete */
    232233        'manyResults' => __( '%d results found. Use up and down arrow keys to navigate.' ),
    233234    ) );
Note: See TracChangeset for help on using the changeset viewer.