Make WordPress Core


Ignore:
Timestamp:
09/29/2011 05:29:20 AM (13 years ago)
Author:
nacin
Message:

Revert [18783], as it breaks term relationship counts for attachment taxonomies. see #17548.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r18783 r18809  
    255255add_action( 'save_post',                  '_save_post_hook',                          5, 2 );
    256256add_action( 'transition_post_status',     '_transition_post_status',                  5, 3 );
    257 add_action( 'transition_post_status',     '_update_term_count_on_transition_post_status', 10, 3 );
    258257add_action( 'comment_form',               'wp_comment_form_unfiltered_html_nonce'          );
    259258add_action( 'wp_scheduled_delete',        'wp_scheduled_delete'                            );
Note: See TracChangeset for help on using the changeset viewer.