XPressME Integration Kit

Trac

Changeset 184


Ignore:
Timestamp:
Apr 20, 2009, 6:21:18 PM (15 years ago)
Author:
toemon
Message:

XPressMEテンプレートタグの初期値変更

File:
1 edited

Legend:

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

    r165 r184  
    114114}        
    115115 
    116 function xpress_left_arrow_post_link($show = false) 
     116function xpress_left_arrow_post_link($show = true) 
    117117{ 
    118118        global $xpress_config; 
     
    175175} 
    176176 
    177 function xpress_right_arrow_post_link($show = false) 
     177function xpress_right_arrow_post_link($show = true) 
    178178{ 
    179179        global $xpress_config; 
     
    236236} 
    237237// page link 
    238 function xpress_left_arrow_posts_link($show = false) 
     238function xpress_left_arrow_posts_link($show = true) 
    239239{ 
    240240        global $xpress_config; 
     
    261261} 
    262262 
    263 function xpress_right_arrow_posts_link($show = false) 
     263function xpress_right_arrow_posts_link($show = true) 
    264264{ 
    265265        global $xpress_config; 
Note: See TracChangeset for help on using the changeset viewer.