Docs: Add documentation for `WP_Comments_List_Table::display()`.

Props itowhid06, dinhtungdu.
Fixes #47929.

git-svn-id: https://develop.svn.wordpress.org/trunk@46336 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-09-27 23:02:29 +00:00
parent 4ffefc2574
commit ab8c873323
1 changed files with 3 additions and 0 deletions

View File

@ -487,6 +487,9 @@ class WP_Comments_List_Table extends WP_List_Table {
}
/**
* Display the comments table. Override the parent method to render extra comments.
*
* @since 3.1.0
*/
public function display() {
wp_nonce_field( 'fetch-list-' . get_class( $this ), '_ajax_fetch_list_nonce' );