[wp-trac] [WordPress Trac] #39388: Can't delete tags under custom taxonomies

WordPress Trac noreply at wordpress.org
Tue Mar 7 21:52:10 UTC 2017


#39388: Can't delete tags under custom taxonomies
-------------------------------+-----------------------
 Reporter:  contempoinc        |       Owner:
     Type:  defect (bug)       |      Status:  reopened
 Priority:  normal             |   Milestone:
Component:  Taxonomy           |     Version:  4.7
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:
-------------------------------+-----------------------

Comment (by contempoinc):

 Super simple, same I'm using for all my others as well could it be an
 issue that they're plural, maybe some sort of conflict with an update made
 in WP 4.7+?

 {{{#!php
 <?php
 // Beds
 register_taxonomy( 'beds', 'listings', array(
         'hierarchical' => false,
         'labels' => $bedslabels,
         'show_ui' => true,
         'query_var' => true,
         'rewrite' => array( 'slug' => 'bed' ),
 ));

 // Baths
 register_taxonomy( 'baths', 'listings', array(
         'hierarchical' => false,
         'labels' => $bathslabels,
         'show_ui' => true,
         'query_var' => true,
         'rewrite' => array( 'slug' => 'bath' ),
 ));
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/39388#comment:11>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list