Changeset 198 for trunk/wp-content/themes/xpress_default/blocks/recent_posts_content_block_theme.php
- Timestamp:
- Apr 30, 2009, 11:00:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/blocks/recent_posts_content_block_theme.php
r197 r198 74 74 } else { 75 75 $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); 79 78 } 80 79
Note: See TracChangeset
for help on using the changeset viewer.