Plugin Directory

Changeset 470662


Ignore:
Timestamp:
12/03/2011 05:05:41 PM (14 years ago)
Author:
fred91
Message:
 
Location:
simplicy-post-view/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simplicy-post-view/trunk/readme.txt

    r464786 r470662  
    3636== Changelog ==
    3737
    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 
    39392
  • simplicy-post-view/trunk/simplicy-post-view.php

    r464786 r470662  
    111111                <?php endwhile ;
    112112                wp_reset_query();
     113                // the excerpt     
     114                remove_filter('excerpt_length', $new_excerpt_length);
    113115                echo "</br> ";
    114116                echo "</p>";
     
    140142
    141143        return $instance;
    142 // the excerpt     
    143         remove_filter('excerpt_length', $new_excerpt_length);
     144
    144145   
    145146    $post = $post_old; // Restore the post object.
Note: See TracChangeset for help on using the changeset viewer.