Make WordPress Core

Changeset 35292


Ignore:
Timestamp:
10/20/2015 03:59:01 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Tags: Avoid a double trailing space after tags separator in auto-suggest.

Props afercia.
Fixes #33881.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/tags-box.js

    r31895 r35292  
    178178                $(this).suggest(
    179179                    ajaxurl + '?action=ajax-tag-search&tax=' + tax,
    180                     { delay: 500, minchars: 2, multiple: true, multipleSep: window.tagsBoxL10n.tagDelimiter + ' ' }
     180                    { delay: 500, minchars: 2, multiple: true, multipleSep: window.tagsBoxL10n.tagDelimiter }
    181181                );
    182182            });
Note: See TracChangeset for help on using the changeset viewer.