XPressME Integration Kit

Trac


Ignore:
Timestamp:
Apr 30, 2009, 11:00:43 PM (15 years ago)
Author:
toemon
Message:

#117 カスタムテンプレートタグget_xpress_calender()の追加
recent_posts_content_block_theme.phpインデント修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/xpress_default/blocks/recent_posts_content_block_theme.php

    r197 r198  
    7474                        } else { 
    7575                                $post_content = get_the_content(__('more'),0,'',false);  
    76                                                 $post_content = apply_filters('the_content', $post_content); 
    77                 $post_content = str_replace(']]>', ']]>', $post_content); 
    78  
     76                                $post_content = apply_filters('the_content', $post_content); 
     77                                $post_content = str_replace(']]>', ']]>', $post_content); 
    7978                        } 
    8079 
Note: See TracChangeset for help on using the changeset viewer.