Make WordPress Core

Changeset 12718 for trunk/wp-admin


Ignore:
Timestamp:
01/13/2010 05:03:14 PM (15 years ago)
Author:
ryan
Message:

Typo fix. Props nacin. see #11644

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-permalink.php

    r12712 r12718  
    9393        if (! empty($category_base) )
    9494            $category_base = preg_replace('#/+#', '/', '/' . $_POST['category_base']);
    95         if ( is_miltisite() && !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 ) {
    9696            $category_base = '/blog' . $category_base;
    9797        }
Note: See TracChangeset for help on using the changeset viewer.