Ticket #20433: 20433.patch
File 20433.patch, 644 bytes (added by , 13 years ago) |
---|
-
wp-includes/ms-default-filters.php
35 35 // Administration 36 36 add_filter( 'term_id_filter', 'global_terms', 10, 2 ); 37 37 add_action( 'publish_post', 'update_posts_count' ); 38 add_action( 'delete_post', 'wpmu_update_blogs_date' );39 38 add_action( 'transition_post_status', '_update_blog_date_on_post_publish', 10, 3 ); 40 39 add_action( 'admin_init', 'wp_schedule_update_network_counts'); 41 40 add_action( 'update_network_counts', 'wp_update_network_counts');