WordPress.org

Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #10948, comment 13

Timestamp:
01/10/13 16:24:37 (5 months ago)
Author:
MikeLittle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10948, comment 13

    initial v1  
    22 
    33The code works fine: 
    4 Adding an 'echo' => false parameter to the call to wp_list_comments in comments.php in twentytwelve theme produces no comment output (o the flag works). 
     4Adding an 'echo' => false parameter to the call to wp_list_comments in comments.php in twentytwelve theme produces no comment output (so the flag works). 
    55Adding an echo to the front of that function call produces exactly the same output as without the patch.