Changeset 47550 for trunk/src/wp-admin/my-sites.php
- Timestamp:
- 04/05/2020 03:00:44 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/my-sites.php
r47219 r47550 67 67 68 68 <?php 69 if ( in_array( get_site_option( 'registration' ), array( 'all', 'blog' ) ) ) {69 if ( in_array( get_site_option( 'registration' ), array( 'all', 'blog' ), true ) ) { 70 70 /** This filter is documented in wp-login.php */ 71 71 $sign_up_url = apply_filters( 'wp_signup_location', network_site_url( 'wp-signup.php' ) );
Note: See TracChangeset
for help on using the changeset viewer.