Changeset 18657
- Timestamp:
- 09/09/2011 05:49:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-default-filters.php
r16213 r18657 37 37 add_action( 'publish_post', 'update_posts_count' ); 38 38 add_action( 'delete_post', 'wpmu_update_blogs_date' ); 39 add_action( 'private_to_published', 'wpmu_update_blogs_date' );40 add_action( 'publish_phone', 'wpmu_update_blogs_date' );41 39 add_action( 'publish_post', 'wpmu_update_blogs_date' ); 42 40 add_action( 'admin_init', 'wp_schedule_update_network_counts');
Note: See TracChangeset
for help on using the changeset viewer.