Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #48244, comment 3


Ignore:
Timestamp:
11/20/2019 06:42:30 PM (7 years ago)
Author:
shaampk1

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48244, comment 3

    v2 v3  
    1414                array(
    1515                        'noResults'    => __( 'No results found.' ),
    16                         /* translators: %d: Number of results found when using jQuery UI Autocomplete. */
     16                        /* translators: %s: Number of results found when using jQuery UI Autocomplete. */
    1717                        'manyResults' => _n( '%s result found. Use up and down arrow keys to navigate.', '%s results found. Use up and down arrow keys to navigate.', did_action( 'init' ) ),
    1818                        'itemSelected' => __( 'Item selected.' ),