XPressME Integration Kit

Trac


Ignore:
Timestamp:
May 26, 2009, 5:01:59 PM (15 years ago)
Author:
toemon
Message:

カスタムテンプレート関数名変更
is_xpress_contributor() -> xpress_is_contributor()
get_xpress_calendar() -> xpress_get_calendar()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external/for_wordpress_mu/wp-content/themes/xpress_mu_home/header.php

    r213 r237  
    4242        <div class="xpress-operation-link"> 
    4343                <a href="<?php echo get_option('home'); ?>/"><?php _e('Mein Page','xpress')?></a>  
    44                 <?php if(is_xpress_contributor()) { echo ' | ' ; xpress_post_new_link(__('Post New','xpress')); }?> 
     44                <?php if(xpress_is_contributor()) { echo ' | ' ; xpress_post_new_link(__('Post New','xpress')); }?> 
    4545        </div> 
    4646</div> 
Note: See TracChangeset for help on using the changeset viewer.