Make WordPress Core


Ignore:
Timestamp:
01/05/2012 08:50:54 PM (13 years ago)
Author:
ryan
Message:

User lowercase true, false, null instead of uppercase. Props c3mdigital, mfields. fixes #16302

File:
1 edited

Legend:

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

    r19684 r19687  
    11351135    $approved = $comment->comment_approved;
    11361136
    1137     if ( $approved == NULL )
     1137    if ( $approved == null )
    11381138        return false;
    11391139    elseif ( $approved == '1' )
Note: See TracChangeset for help on using the changeset viewer.