display_comic() should use filters to handle special options #18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
display_comic() as it is now is too hard-coded. It should be using filters to handle the heavy lifting of alternate display methods:
echo apply_filters('comicpress_display_comic','', $comicpress_options);
With the lower-down filters skipping their processing if the incoming $content (the first parameter) is not empty().
This is done if you can view it, i've got a problem with a filter someplace adding an extra for some reason, not sure what it is if you can look at it.
64ac05ce57