[wp-trac] [WordPress Trac] #14155: excerpt more filter - do not link to the post

WordPress Trac wp-trac at lists.automattic.com
Wed Jun 30 14:02:17 UTC 2010


#14155: excerpt more filter - do not link to the post
-----------------------------+----------------------------------------------
 Reporter:  christian_gnoth  |       Owner:                 
     Type:  defect (bug)     |      Status:  new            
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  General          |     Version:  3.0            
 Severity:  major            |    Keywords:                 
-----------------------------+----------------------------------------------
 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

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/14155>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list