Advertisement
zeally7

Untitled

May 14th, 2014
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. // Change Excerpt "More" text
  2. add_filter('excerpt_more', 'new_excerpt_more_comment_6713345');
  3. function new_excerpt_more_comment_6713345( $more ) {
  4. return ' ...';
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement