Changeset 43031
- Timestamp:
- 04/29/2018 11:09:55 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-signup.php
r41911 r43031 7 7 8 8 require( dirname( __FILE__ ) . '/wp-blog-header.php' ); 9 10 nocache_headers(); 9 11 10 12 if ( is_array( get_site_option( 'illegal_names' )) && isset( $_GET[ 'new' ] ) && in_array( $_GET[ 'new' ], get_site_option( 'illegal_names' ) ) ) {
Note: See TracChangeset
for help on using the changeset viewer.