Changeset 211020
- Timestamp:
- 02/27/2010 04:10:31 PM (16 years ago)
- Location:
- blog-in-blog
- Files:
-
- 2 edited
-
tags/0.9.8/blog-in-blog.php (modified) (1 diff)
-
trunk/blog-in-blog.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
blog-in-blog/tags/0.9.8/blog-in-blog.php
r210983 r211020 327 327 } 328 328 329 return apply_filters('get_the_excerpt', $output); 329 #return apply_filters('get_the_excerpt', $output); 330 return $output; 330 331 } 331 332 -
blog-in-blog/trunk/blog-in-blog.php
r210983 r211020 327 327 } 328 328 329 return apply_filters('get_the_excerpt', $output); 329 #return apply_filters('get_the_excerpt', $output); 330 return $output; 330 331 } 331 332
Note: See TracChangeset
for help on using the changeset viewer.