Changeset 25962
- Timestamp:
- 10/27/2013 11:36:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/site-new.php
r25616 r25962 46 46 // If not a subdomain install, make sure the domain isn't a reserved word 47 47 if ( ! is_subdomain_install() ) { 48 /** This filter is documented in wp-includes/ms-functions.php */ 48 49 $subdirectory_reserved_names = apply_filters( 'subdirectory_reserved_names', array( 'page', 'comments', 'blog', 'files', 'feed' ) ); 49 50 if ( in_array( $domain, $subdirectory_reserved_names ) )
Note: See TracChangeset
for help on using the changeset viewer.