Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #24948, comment 1


Ignore:
Timestamp:
08/05/2013 01:06:16 AM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24948, comment 1

    initial v1  
    11Related: #21150.
    22
    3 Indees, 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]).
     3Indeed, 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]).
    44
    55The 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]).