Changeset 470662
- Timestamp:
- 12/03/2011 05:05:41 PM (14 years ago)
- Location:
- simplicy-post-view/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
simplicy-post-view.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simplicy-post-view/trunk/readme.txt
r464786 r470662 36 36 == Changelog == 37 37 38 = Version 1.0 (21/05/2011) = = Version 1.1 (27/06/2011) = = Version 1.2 (28/10/2011) = = Fixed minor bugs and add css style sheet= = Version 1.3 (18/11/2011) = = Fixed minor bugs 38 = Version 1.0 (21/05/2011) = = Version 1.1 (27/06/2011) = = Version 1.2 (28/10/2011) = = Fixed minor bugs and add css style sheet= = Version 1.3 (18/11/2011) = = Fixed minor bugs == Version 1.4 (3/12/2011) = = Fixed bugs Excerpt 39 39 2 -
simplicy-post-view/trunk/simplicy-post-view.php
r464786 r470662 111 111 <?php endwhile ; 112 112 wp_reset_query(); 113 // the excerpt 114 remove_filter('excerpt_length', $new_excerpt_length); 113 115 echo "</br> "; 114 116 echo "</p>"; … … 140 142 141 143 return $instance; 142 // the excerpt 143 remove_filter('excerpt_length', $new_excerpt_length); 144 144 145 145 146 $post = $post_old; // Restore the post object.
Note: See TracChangeset
for help on using the changeset viewer.