﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
14155,excerpt more filter - do not link to the post,christian_gnoth,,"add_filter( 'excerpt_more', 'mfinks_new_excerpt_more');


function mfinks_new_excerpt_more($more) 
{
  return 'Read More ...';
}

accordingly to the documentation the more string do not link to the post:

http://codex.wordpress.org/Plugin_API/Filter_Reference/excerpt_more",defect (bug),closed,normal,,General,3.0,major,invalid,,
