Changeset 15875 for trunk/wp-includes/ms-default-filters.php
- Timestamp:
- 10/20/2010 08:22:14 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/ms-default-filters.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-default-filters.php
r15678 r15875 40 40 add_action( 'publish_phone', 'wpmu_update_blogs_date' ); 41 41 add_action( 'publish_post', 'wpmu_update_blogs_date' ); 42 add_action( 'admin_init', 'wp_schedule_update_network_counts'); 43 add_action( 'update_network_counts', 'wp_update_network_counts'); 42 44 43 45 // Files … … 58 60 add_filter( 'force_filtered_html_on_import', '__return_true' ); 59 61 60 61 62 // WP_HOME and WP_SITEURL should not have any effect in MS 62 63 remove_filter( 'option_siteurl', '_config_wp_siteurl' );
Note: See TracChangeset
for help on using the changeset viewer.