XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 8, 2010, 12:43:53 PM (14 years ago)
Author:
toemon
Message:

WP3でMultiBlogに設定した際、home urlが改変されるバグ修正 Fixes #291
その他、デフォルトテーマの修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/wp-content/themes/xpress_default/header.php

    r289 r524  
    4242        <div class="xpress-operation-link"> 
    4343                <?php 
    44                         if(xpress_is_wpmu()){ 
     44                        if(xpress_is_multiblog()){ 
    4545                                $blog_details = get_blog_details(1); 
    4646                                $site_url = $blog_details->siteurl; 
Note: See TracChangeset for help on using the changeset viewer.