[wp-trac] [WordPress Trac] #7092: Should support separate setting for limiting comments feed

WordPress Trac wp-trac at lists.automattic.com
Thu Dec 17 09:36:58 UTC 2009


#7092: Should support separate setting for limiting comments feed
--------------------------------------+-------------------------------------
 Reporter:  redsweater                |        Owner:  anonymous     
     Type:  enhancement               |       Status:  reopened      
 Priority:  normal                    |    Milestone:  Future Release
Component:  Feeds                     |      Version:  2.9           
 Severity:  normal                    |   Resolution:                
 Keywords:  needs-patch dev-feedback  |  
--------------------------------------+-------------------------------------
Changes (by dd32):

  * keywords:  needs-patch => needs-patch dev-feedback
  * version:  => 2.9
  * milestone:  => Future Release


Comment:

 Just setting this to a Future release pending developer feedback..

 As for that hack, you can replace it with a single line in your themes
 functions.php file:

 {{{
 add_filter('comment_feed_limits', create_function('$a', 'return "LIMIT
 100";'));
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/7092#comment:10>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list