Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #28517, comment 3


Ignore:
Timestamp:
06/12/2014 11:08:46 PM (10 years ago)
Author:
numis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28517, comment 3

    initial v1  
    1 And a final correction.  The last scenario in the current code is actually a desired outcome:
    2 
    3 =============================================
    4 
    5 If $hard is false and a filter is added that returns false:
    6 
    7 {{{
    8 ! false || ! false = true || true = true
    9 }}}
    10 
    11 {{{
    12 #!html
    13 <span style="font-weight: bold; font-color: green;">INTENTIONAL SUCCESS - SOFT FLUSH PERFORMED</span>
    14 }}}
    15 
    16 =============================================
    17 
    18 Again, the attached patches still stand.