Make WordPress Core


Ignore:
Timestamp:
01/18/2010 10:21:36 PM (14 years ago)
Author:
ryan
Message:

Use cap checks instead of multisite and super admin checks. Add some new caps. Merge cleanup. see #11644.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin.php

    r12736 r12753  
    199199
    200200    define('WP_IMPORTING', true);
    201     if ( is_multisite() ) {
     201
     202    if ( is_multisite() )
    202203        kses_init_filters();  // Always filter imported data with kses.
    203     }
    204204
    205205    call_user_func($wp_importers[$importer][2]);
Note: See TracChangeset for help on using the changeset viewer.