Changes between Initial Version and Version 1 of Ticket #24948, comment 1
- Timestamp:
- 08/05/2013 01:06:16 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24948, comment 1
initial v1 1 1 Related: #21150. 2 2 3 Indee s, unlike `WP_Terms_List_Table::column_name()`, which checks `'default_' . $taxonomy` option ([source:tags/3.6/wp-admin/includes/class-wp-terms-list-table.php#L246]), `wp_delete_term()` only checks `'default_category'` ([15690]).3 Indeed, unlike `WP_Terms_List_Table::column_name()`, which checks `'default_' . $taxonomy` option ([source:tags/3.6/wp-admin/includes/class-wp-terms-list-table.php#L246]), `wp_delete_term()` only checks `'default_category'` ([15690]). 4 4 5 5 The patch would make it consistent. Please use tabs rather than spaces for indentation though (per [http://make.wordpress.org/core/handbook/coding-standards/php/ WordPress Coding Standards]).