Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #33902, comment 27


Ignore:
Timestamp:
10/14/2016 07:11:27 AM (9 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33902, comment 27

    v1 v2  
    11In 33902.3.patch:
    22- 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.
    44- Fix suggesting tags for custom taxonomies for bulk edit.
    55
    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.
     6The 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.
    77
    88@afercia could you check if I didn't miss anything a11y related please.