Make WordPress Core

Ticket #26445: 26445.patch

File 26445.patch, 721 bytes (added by ocean90, 12 years ago)
  • src/wp-content/themes/twentyfourteen/js/featured-content-admin.js

     
    44 */
    55/* global ajaxurl:true */
    66( function( $ ) {
    7         $( '#customize-control-featured-content-tag-name input' ).suggest( ajaxurl + '?action=ajax-tag-search&tax=post_tag', { delay: 500, minchars: 2 } );
     7        $( function() {
     8                $( '#customize-control-featured-content-tag-name input' ).suggest( ajaxurl + '?action=ajax-tag-search&tax=post_tag', { delay: 500, minchars: 2 } );
     9        });
    810} )( jQuery );