mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-13 05:10:18 +00:00
Docs: Improve inline comments per the documentation standards.
Includes minor code layout fixes for better readability. See #48303. git-svn-id: https://develop.svn.wordpress.org/trunk@47122 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -192,7 +192,7 @@ class Tests_Comment extends WP_UnitTestCase {
|
||||
|
||||
$found = get_approved_comments( self::$post_id );
|
||||
|
||||
// all comments types will be returned
|
||||
// All comment types will be returned.
|
||||
$this->assertEquals( array( $ca1, $ca2, $c2, $c3, $c4, $c5 ), wp_list_pluck( $found, 'comment_ID' ) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user