Changeset 20461 for trunk/wp-includes/ms-default-filters.php
- Timestamp:
- 04/13/2012 05:30:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-default-filters.php
r19712 r20461 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' );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 40 add_action( 'admin_init', 'wp_schedule_update_network_counts');
Note: See TracChangeset
for help on using the changeset viewer.