Changeset 14681
- Timestamp:
- 05/15/2010 10:18:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/schema.php
r14651 r14681 699 699 'site_admins' => $site_admins, 700 700 'allowedthemes' => $allowed_themes, 701 'illegal_names' => array( 'www', 'web', 'root', 'admin', 'main', 'invite', 'administrator' ),701 'illegal_names' => array( 'www', 'web', 'root', 'admin', 'main', 'invite', 'administrator', 'files' ), 702 702 'wpmu_upgrade_site' => $wp_db_version, 703 703 'welcome_email' => $welcome_email,
Note: See TracChangeset
for help on using the changeset viewer.