Changes between Version 1 and Version 2 of Ticket #33902, comment 27
- Timestamp:
- 10/14/2016 07:11:27 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33902, comment 27
v1 v2 1 1 In 33902.3.patch: 2 2 - Use UI Autocomplete for suggesting tags in the metabox(es) on the Edit Post screen and in quick and bulk edit. 3 - Use the same settings like the editor link toolbar for Autocomplete.3 - Use the same Autocomplete settings like the editor link toolbar. 4 4 - Fix suggesting tags for custom taxonomies for bulk edit. 5 5 6 The patch adds tags-suggest.js and makes it a dependency for inline-edit-post.js and tags-box.js. Also adds `data-wp-taxonimy` attribute in the tag input elements to better support custom taxonomies in the UI.6 The patch adds tags-suggest.js and makes it a dependency for inline-edit-post.js and tags-box.js. Also adds `data-wp-taxonimy` attribute on the tag input elements to better support custom taxonomies in the UI. 7 7 8 8 @afercia could you check if I didn't miss anything a11y related please.