Make WordPress Core

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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28517, comment 2

    initial v1  
    1 The patches still stand, but the previous assessment of the flawed code was incorrect.  The outcome is actually worse than previously described.
     1The patches still stand, but the previous assessment of the flawed code was incorrect.
    22
    33=============================================
     
    3737
    3838If $hard is false and a filter is added that returns false:
     39
    3940{{{
    4041! false || ! false = true || true = true
    4142}}}
     43
    4244{{{
    4345#!html
    44 <span style="color: red; font-weight: strong;" >UNINTENTIONAL FAILURE - SOFT FLUSH PERFORMED</span>
     46<span style="font-weight: bold; font-color: green;">INTENTIONAL SUCCESS - SOFT FLUSH PERFORMED</span>
    4547}}}
    4648