Changeset 41289 for trunk/src/wp-admin/network/site-new.php
- Timestamp:
- 08/22/2017 11:51:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/site-new.php
r41268 r41289 11 11 require_once( dirname( __FILE__ ) . '/admin.php' ); 12 12 13 /** WordPress Translation Install API */13 /** WordPress Translation Installation API */ 14 14 require_once( ABSPATH . 'wp-admin/includes/translation-install.php' ); 15 15 … … 43 43 $domain = strtolower( $blog['domain'] ); 44 44 45 // If not a subdomain install , make sure the domain isn't a reserved word45 // If not a subdomain installation, make sure the domain isn't a reserved word 46 46 if ( ! is_subdomain_install() ) { 47 47 $subdirectory_reserved_names = get_subdirectory_reserved_names(); … … 63 63 ); 64 64 65 // Handle translation install for the new site.65 // Handle translation installation for the new site. 66 66 if ( isset( $_POST['WPLANG'] ) ) { 67 67 if ( '' === $_POST['WPLANG'] ) {
Note: See TracChangeset
for help on using the changeset viewer.