Make WordPress Core


Ignore:
Timestamp:
06/16/2015 08:00:15 PM (8 years ago)
Author:
wonderboymusic
Message:

if is a statment, not a function.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/revision.php

    r32733 r32800  
    151151
    152152            //don't save revision if post unchanged
    153             if( ! $post_has_changed ) {
     153            if ( ! $post_has_changed ) {
    154154                return;
    155155            }
Note: See TracChangeset for help on using the changeset viewer.