Make WordPress Core


Ignore:
Timestamp:
06/26/2014 04:07:36 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Fix unexpected replacement of a previous tag when selecting a tag from autosuggest results.

props camdensegal.
fixes #28471.

File:
1 edited

Legend:

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

    r28801 r28851  
    477477            'ntdeltitle' => __('Remove From Bulk Edit'),
    478478            'notitle' => __('(no title)'),
    479             'comma' => _x( ',', 'tag delimiter' ),
     479            'comma' => trim( _x( ',', 'tag delimiter' ) ),
    480480        ) );
    481481
Note: See TracChangeset for help on using the changeset viewer.