Changeset 14928 for trunk/wp-includes/ms-functions.php
- Timestamp:
- 05/26/2010 03:13:16 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r14911 r14928 557 557 } 558 558 559 // On sub dir installs, Some names are so illegal, only a filter can spring them from jail 560 if (! is_subdomain_install() ) 561 $illegal_names = array_merge($illegal_names, apply_filters( 'subdirectory_reserved_names', array( 'page', 'comments', 'blog', 'files', 'feed' ) ) ); 562 563 559 564 if ( empty( $blogname ) ) 560 565 $errors->add('blogname', __('Please enter a site name'));
Note: See TracChangeset
for help on using the changeset viewer.