Changeset 10435 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-plugin-comments.php
- Timestamp:
- 11/10/2020 02:27:19 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-plugin-comments.php
r6337 r10435 2 2 namespace WordPressdotorg\Plugin_Directory\Admin\List_Table; 3 3 4 _get_list_table( 'WP_Post_Comments_List_Table' );4 _get_list_table( 'WP_Post_Comments_List_Table', [ 'screen' => 'edit-comments' ] ); 5 5 6 6 /**
Note: See TracChangeset
for help on using the changeset viewer.