Changeset 12718 for trunk/wp-admin
- Timestamp:
- 01/13/2010 05:03:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r12712 r12718 93 93 if (! empty($category_base) ) 94 94 $category_base = preg_replace('#/+#', '/', '/' . $_POST['category_base']); 95 if ( is_m iltisite() && !is_subdomain_install() && $category_base != '' && $current_site->domain.$current_site->path == $current_blog->domain.$current_blog->path ) {95 if ( is_multisite() && !is_subdomain_install() && $category_base != '' && $current_site->domain.$current_site->path == $current_blog->domain.$current_blog->path ) { 96 96 $category_base = '/blog' . $category_base; 97 97 }
Note: See TracChangeset
for help on using the changeset viewer.