Changeset 43030
- Timestamp:
- 04/29/2018 11:04:28 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-signup.php
r42761 r43030 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.