[wp-trac] [WordPress Trac] #24073: wp_ajax_ajax_tag_search

WordPress Trac noreply at wordpress.org
Sat Apr 13 09:59:25 UTC 2013


#24073: wp_ajax_ajax_tag_search
-----------------------------+--------------------------
 Reporter:  samnajian        |       Type:  defect (bug)
   Status:  new              |   Priority:  normal
Milestone:  Awaiting Review  |  Component:  General
  Version:  3.5.1            |   Severity:  normal
 Keywords:                   |
-----------------------------+--------------------------
 For some of custom taxonomies the tag autocomplete doesn't work I tried to
 solve this issue and changing t.name to name in

   $results = $wpdb->get_col( $wpdb->prepare( "SELECT name FROM  ..... ");

 in wp-admin/includes/ajax-actions.php -> wp_ajax_ajax_tag_search() helped
 me to solve this problem.

 now everything looks ok for me .

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/24073>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list