Changes between Initial Version and Version 1 of Ticket #35357, comment 15
- Timestamp:
- 01/08/2016 03:28:17 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35357, comment 15
initial v1 1 1 In 35357.4.patch: 2 2 3 - Adjusted did_filter to work similar to did_action to count the number of times a filter is called 3 - Adjusted did_filter to work similar to did_action to count the number of times a filter is called by having it wrap did_action and adjusting the filter run functions to count the times a filter is called the same way they do in the action call functions 4 4 - Adjusted did_filter unit tests to test the number of times a filter that is called 1 and 2 times and one that is never called 5 5 - Introduced filter_functions_run to count the number of functions run on a filter