Changeset 19129 for trunk/wp-includes/ms-default-filters.php
- Timestamp:
- 11/03/2011 05:06:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-default-filters.php
r18657 r19129 37 37 add_action( 'publish_post', 'update_posts_count' ); 38 38 add_action( 'delete_post', 'wpmu_update_blogs_date' ); 39 add_action( ' publish_post', 'wpmu_update_blogs_date');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'); 41 41 add_action( 'update_network_counts', 'wp_update_network_counts');
Note: See TracChangeset
for help on using the changeset viewer.