[wp-trac] [WordPress Trac] #15285: PHP notices when doing quick edit of link categories

WordPress Trac wp-trac at lists.automattic.com
Fri Dec 31 03:38:34 UTC 2010


#15285: PHP notices when doing quick edit of link categories
--------------------------+-----------------------
 Reporter:  solarissmoke  |       Owner:
     Type:  defect (bug)  |      Status:  reopened
 Priority:  normal        |   Milestone:  3.1
Component:  Taxonomy      |     Version:  3.1
 Severity:  minor         |  Resolution:
 Keywords:                |
--------------------------+-----------------------
Changes (by nacin):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 Noticed via #16046, I see a regression.

 In 3.0, inline_edit_term_row() took $type ('edit-tags', 'categories', or
 'edit-link-categories') and $taxonomy.

 In 3.0 we didn't account for the merger of 'edit-tags' and 'categories'.
 It appears people didn't rely on this argument as we hadn't seen a report.
 That's fine with me.

 But, the taxonomy argument has now moved. That's a problem for people
 adding custom column data here.

 We should just pass 'edit-tags' consistently and bump the argument down
 one. This is also helpful to distinguish between post type and taxonomy
 usage of the filter.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/15285#comment:10>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list