Make WordPress Core

Ticket #40242: 40242.patch

File 40242.patch, 416 bytes (added by davidbenton, 7 years ago)
  • src/wp-admin/js/tags-suggest.js

     
    120120                        },
    121121                        minLength: 2,
    122122                        position: {
    123                                 my: 'left top+2'
     123                                my: 'left top+2',
     124                                at: 'left bottom'
    124125                        },
    125126                        messages: {
    126127                                noResults: window.uiAutocompleteL10n.noResults,