Plugin Directory

Changeset 618689

Timestamp:
10/29/2012 03:37:39 PM (12 years ago)
Author:
jblz
Message:

Jetpack: whitespace fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jetpack/branches/1.9/jetpack.php

    r618657 r618689  
    42224222            $old_status_in_stati = in_array( $old_status, $conditions['comment_stati'] );
    42234223            $new_status_in_stati = in_array( $new_status, $conditions['comment_stati'] );
    4224            
     4224
    42254225            if ( $old_status_in_stati && !$new_status_in_stati ) {
    42264226                // Jetpack no longer needs the comment
Note: See TracChangeset for help on using the changeset viewer.