XPressME Integration Kit

Trac

Changeset 66


Ignore:
Timestamp:
Jan 27, 2009, 7:55:25 AM (15 years ago)
Author:
toemon
Message:

is_root_index_page_call()からis_xpress_index_page_call()への名前変更(気まぐれ?)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/include_xoops_define.php

    r62 r66  
    1919 */ 
    2020 
    21 function is_root_index_page_call(){ 
     21function is_xpress_index_page_call(){ 
    2222        $xpress_root_index = basename(dirname(dirname( __FILE__ ))) . '/index.php'; 
    2323        $php_script_name = $_SERVER['SCRIPT_NAME']; 
  • trunk/wp-config.php

    r59 r66  
    4141 
    4242require_once(ABSPATH.'wp-settings.php'); 
    43 if (is_root_index_page_call()){ 
     43 
     44if (is_xpress_index_page_call()){ 
    4445        // The return to wp-blog-header.php is stolen here 
    4546        wp(); 
Note: See TracChangeset for help on using the changeset viewer.