Changeset 13209 for trunk/wp-includes/ms-functions.php
- Timestamp:
- 02/19/2010 01:03:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r13125 r13209 1275 1275 function maybe_redirect_404() { 1276 1276 global $current_site; 1277 if ( is_main_site() && is_404() && defined( 'NOBLOGREDIRECT' ) && constant( 'NOBLOGREDIRECT' ) != '' ) { 1278 $destination = constant( 'NOBLOGREDIRECT' ); 1277 if ( is_main_site() && is_404() && defined( 'NOBLOGREDIRECT' ) && ( $destination = NOBLOGREDIRECT ) ) { 1279 1278 if ( $destination == '%siteurl%' ) 1280 1279 $destination = $current_site->domain . $current_site->path;
Note: See TracChangeset
for help on using the changeset viewer.