Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #45029, comment 9


Ignore:
Timestamp:
03/31/2019 01:11:20 AM (6 years ago)
Author:
birgire
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45029, comment 9

    v1 v2  
    77In [attachment:"45029-2.diff"] I added the filtering into it's own test method, with some minor adjustments, like:
    88
    9 - Ticket reference.
    10 - Some extra commenting on what the default values are that are going to be overridden by the filtering.
    11 - {{{@since}}} on the filter callbacks.
     9- Adding a ticket reference.
     10- Adding some extra commenting on what the default values are that are going to be overridden by the filtering.
     11- Adding {{{@since}}} on the filter callbacks.
     12- Uses {{{assertTrue( ... )}}} instead of {{{assertSame( true, ... )}}}.