Changeset 12674 for trunk/wp-admin/includes/ms.php
- Timestamp:
- 01/08/2010 09:25:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ms.php
r12672 r12674 733 733 734 734 function avoid_blog_page_permalink_collision( $data, $postarr ) { 735 if( constant( 'VHOST' ) == 'yes')735 if( is_subdomain_install() ) 736 736 return $data; 737 737 if( $data[ 'post_type' ] != 'page' )
Note: See TracChangeset
for help on using the changeset viewer.