Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #51189, comment 12


Ignore:
Timestamp:
05/07/2021 05:53:02 PM (4 years ago)
Author:
joedolson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51189, comment 12

    initial v1  
    332) Add comments and set the comments per page to a number that will generate at least two pages of comments.
    443) Disable comment-reply.js
     5{{{#!php
     6<?php
    57
    6 `function test_disable_comment_js(){
     8function test_disable_comment_js(){
    79    wp_deregister_script( 'comment-reply' );
    810}
    9 add_action( 'init', 'test_disable_comment_js' );`
     11add_action( 'init', 'test_disable_comment_js' );
     12}}}
     13
    1014
    11154) Go to page 2 of comments on any post with multiple pages of comments.