Changeset 35292
- Timestamp:
- 10/20/2015 03:59:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/tags-box.js
r31895 r35292 178 178 $(this).suggest( 179 179 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 } 181 181 ); 182 182 });
Note: See TracChangeset
for help on using the changeset viewer.