mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Add missing full stop in WP_Comment_Query::parse_query() DocBlock.
Props hardik2221. Fixes #60323. git-svn-id: https://develop.svn.wordpress.org/trunk@57342 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5139923579
commit
86d4ac2815
@ -329,7 +329,7 @@ class WP_Comment_Query {
|
||||
*
|
||||
* @since 4.2.0 Extracted from WP_Comment_Query::query().
|
||||
*
|
||||
* @param string|array $query WP_Comment_Query arguments. See WP_Comment_Query::__construct()
|
||||
* @param string|array $query WP_Comment_Query arguments. See WP_Comment_Query::__construct().
|
||||
*/
|
||||
public function parse_query( $query = '' ) {
|
||||
if ( empty( $query ) ) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user