Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-default-filters.php

    r14517 r16213  
    4040add_action( 'publish_phone', 'wpmu_update_blogs_date' );
    4141add_action( 'publish_post', 'wpmu_update_blogs_date' );
     42add_action( 'admin_init', 'wp_schedule_update_network_counts');
     43add_action( 'update_network_counts', 'wp_update_network_counts');
    4244
    4345// Files
     
    4850
    4951// Mail
    50 add_filter( 'wp_mail_from', 'wordpressmu_wp_mail_from' );
    5152add_action( 'phpmailer_init', 'fix_phpmailer_messageid' );
    5253
     
    5758if ( ! defined('EDIT_ANY_USER') || ! EDIT_ANY_USER ) // back compat constant.
    5859    add_filter( 'enable_edit_any_user_configuration', '__return_false' );
     60add_filter( 'force_filtered_html_on_import', '__return_true' );
    5961
    6062// WP_HOME and WP_SITEURL should not have any effect in MS
Note: See TracChangeset for help on using the changeset viewer.