XPressME Integration Kit

Trac

Changeset 31 for trunk/wp-config.php


Ignore:
Timestamp:
Dec 16, 2008, 9:41:08 PM (15 years ago)
Author:
toemon
Message:

クレジット表示用の関数を準備 #13
the_credit(); クレジットをreturn。
the_credit(true); クレジットをecho

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-config.php

    r27 r31  
    11<?php 
    22require dirname( __FILE__ ).'/include/include_xoops_define.php' ; 
    3 require dirname( __FILE__ ).'/include/set_cash_cookie_path.php' ; 
    4 require dirname( __FILE__ ).'/include/pluggable-override.php' ; 
     3require_once dirname( __FILE__ ).'/include/set_cash_cookie_path.php' ; 
     4require_once dirname( __FILE__ ).'/include/pluggable-override.php' ; 
     5require_once dirname( __FILE__ ).'/include/custom_functions.php' ; 
    56 
    67mb_language('Japanese'); 
Note: See TracChangeset for help on using the changeset viewer.