]> git.wh0rd.org - tt-rss.git/commit
Merge branch 'more-info-article-filter' into 'master'
authorAndrew Dolgov <cthulhoo@gmail.com>
Sun, 7 Aug 2016 19:22:09 +0000 (22:22 +0300)
committerAndrew Dolgov <cthulhoo@gmail.com>
Sun, 7 Aug 2016 19:22:09 +0000 (22:22 +0300)
commit6ff51c19978872cc6561f575389f187ce8fa7a12
treef9500406ea8164369c96d9bf9765c3ad3e58ec57
parent3b4d9619e90659c16225595a4bbe9b1e6610eb43
parentbabfadbfd245ae8752ba379d594e5c158762a606
Merge branch 'more-info-article-filter' into 'master'

Pass the value of cache_images to plugins in HOOK_ARTICLE_FILTER.

Adds the `$cache_images` value to the `$article['feed']` array before calling HOOK_ARTICLE_FILTER. Allows plugins to know whether images will be cached in case they want to manage them in one way or another.

See merge request !32