Changes between Initial Version and Version 1 of Ticket #51189, comment 12
- Timestamp:
- 05/07/2021 05:53:02 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51189, comment 12
initial v1 3 3 2) Add comments and set the comments per page to a number that will generate at least two pages of comments. 4 4 3) Disable comment-reply.js 5 {{{#!php 6 <?php 5 7 6 `function test_disable_comment_js(){8 function test_disable_comment_js(){ 7 9 wp_deregister_script( 'comment-reply' ); 8 10 } 9 add_action( 'init', 'test_disable_comment_js' );` 11 add_action( 'init', 'test_disable_comment_js' ); 12 }}} 13 10 14 11 15 4) Go to page 2 of comments on any post with multiple pages of comments.