Make WordPress Core


Ignore:
Timestamp:
01/04/2013 10:13:51 AM (12 years ago)
Author:
westi
Message:

Tighten our braces. Fixes #23118 props evansolomon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment.php

    r23191 r23265  
    416416 * @return array List of comment statuses.
    417417 */
    418 function get_comment_statuses( ) {
     418function get_comment_statuses() {
    419419    $status = array(
    420420        'hold'      => __('Unapproved'),
Note: See TracChangeset for help on using the changeset viewer.