Changeset 28835 for trunk/src/wp-includes/ms-default-filters.php
- Timestamp:
- 06/26/2014 12:52:25 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-default-filters.php
r25621 r28835 35 35 // Administration 36 36 add_filter( 'term_id_filter', 'global_terms', 10, 2 ); 37 add_action( ' publish_post', 'update_posts_count' );37 add_action( 'delete_post', '_update_posts_count_on_delete' ); 38 38 add_action( 'delete_post', '_update_blog_date_on_post_delete' ); 39 39 add_action( 'transition_post_status', '_update_blog_date_on_post_publish', 10, 3 ); 40 add_action( 'transition_post_status', '_update_posts_count_on_transition_post_status', 10, 2 ); 40 41 41 42 // Counts
Note: See TracChangeset
for help on using the changeset viewer.