XPressME Integration Kit

Trac


Ignore:
Timestamp:
Dec 17, 2008, 12:18:56 PM (15 years ago)
Author:
toemon
Message:

カスタムファンクションをプラグイン側へ移動
リンクの関数追加 #7 #9

xpress_right_arrow_post_link($show = false)
xpress_left_arrow_post_link($show = false)

カスタム関数名変更

the_credit() -> xpress_credit()
html_convert_time() -> xpress_convert_time()

File:
1 edited

Legend:

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

    r28 r32  
    1717        remove_action( 'pre_post_update', 'wp_save_post_revision' );                    // Not Save Post Revision 
    1818} 
    19  
     19//require_once('../include/custom_functions.php'); 
     20require_once dirname( __FILE__ ).'/include/custom_functions.php' ; 
    2021?> 
Note: See TracChangeset for help on using the changeset viewer.