XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 9, 2010, 10:47:23 AM (14 years ago)
Author:
toemon
Message:

WordPressMU対応コードの削除 Fixes #294

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php

    r527 r531  
    4141} 
    4242 
    43 function xpress_is_wpmu() { 
    44         global $xoops_config; 
    45          
    46         return $xoops_config->is_wpmu; 
    47 } 
    48  
    4943function xpress_is_multiblog() { 
    5044        global $xoops_config; 
    5145         
    5246        if (defined('MULTISITE')) return MULTISITE; 
    53         return $xoops_config->multiblog; 
     47        return false; 
    5448} 
    5549 
Note: See TracChangeset for help on using the changeset viewer.