mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Comments: Rename WP_Comments_List_Table::comment_status_dropdown() to ::comment_type_dropdown().
This better reflects the purpose of the method, which doesn't have anything to do with a comment status. Follow-up to [48521]. Props davidbaumwald, johnbillion, SergeyBiryukov. Fixes #51248. git-svn-id: https://develop.svn.wordpress.org/trunk@48943 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -319,7 +319,7 @@ class Tests_Admin_includesListTable extends WP_UnitTestCase {
|
||||
/**
|
||||
* @ticket 40188
|
||||
*/
|
||||
public function test_filter_comment_status_dropdown_should_be_shown_if_there_are_comments() {
|
||||
public function test_filter_comment_type_dropdown_should_be_shown_if_there_are_comments() {
|
||||
$post_id = self::factory()->post->create();
|
||||
$comment_id = self::factory()->comment->create(
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user