Make WordPress Core


Ignore:
Timestamp:
01/08/2010 09:25:01 PM (15 years ago)
Author:
wpmuguru
Message:

Add is_subdomain_install() to ms code - Fixes #11796

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/ms.php

    r12672 r12674  
    733733
    734734function avoid_blog_page_permalink_collision( $data, $postarr ) {
    735     if( constant( 'VHOST' ) == 'yes' )
     735    if( is_subdomain_install() )
    736736        return $data;
    737737    if( $data[ 'post_type' ] != 'page' )
Note: See TracChangeset for help on using the changeset viewer.