Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #34617, comment 15


Ignore:
Timestamp:
11/09/2015 05:28:48 AM (10 years ago)
Author:
afragen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34617, comment 15

    initial v1  
    11As I trace the result through the `function apply_filter` gets the corrected values in `arg[1]` but returns `$args[3]` which has the original values.
     2
     3So the filter never actually returns the corrected values. Bizarre.