Changes between Version 1 and Version 2 of Ticket #9272, comment 47
- Timestamp:
- 05/29/2013 04:08:14 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9272, comment 47
v1 v2 21 21 Just some food for thought. Although the last idea does take away the returned value from being immediately readable without using additional code. 22 22 23 Edit: A filter could actually be added here, allowing themes and plugins to directly modify the output. If something like the array above is passed through a filter, with the expectations of a formatted string as the result, it would be fairly easy to modify without going through core code. 24 25 And, of course, if the filter is unused, it can default back to it's regular usage. This could also make the third parameter be something like {{{$apply_filter}}} instead.