mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Tighten our braces. Fixes #23118 props evansolomon.
git-svn-id: https://develop.svn.wordpress.org/trunk@23265 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -415,7 +415,7 @@ class WP_Comment_Query {
|
||||
*
|
||||
* @return array List of comment statuses.
|
||||
*/
|
||||
function get_comment_statuses( ) {
|
||||
function get_comment_statuses() {
|
||||
$status = array(
|
||||
'hold' => __('Unapproved'),
|
||||
/* translators: comment status */
|
||||
|
||||
Reference in New Issue
Block a user