Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23901, comment 7


Ignore:
Timestamp:
04/03/2013 10:11:46 PM (12 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23901, comment 7

    initial v1  
    1 Looking at 23901.4.patch (23901.4.diff):
     1Looking at 23901.4.patch (not 23901.4.diff):
    22
    33- There is a typo on line 2185 in the patched ajax-actions.php, `if ( $show_autosaves && wp_is_post_autosave( $revision ) )` should be `if ( ! $show_autosaves && wp_is_post_autosave( $revision ) )`.