Bug in refresh_blog_post_category
-
I was getting errors on my site with this theme default install from this code:
https://themes.trac.ww.wp.xz.cn/browser/refresh-blog/1.1.2/inc/template/template-tags.php#L91
The fix is to change
if ( ! $hide_post_category['hide_post_category'] ) {
to
if ( ! $hide_post_category) {Not sure how to best to get bugs reported to the developers – hoping this is it.
(Error message before the fix was: Warning: Trying to access array offset on value of type bool in <site url>/wp-content/themes/refresh-blog/inc/template/template-tags.php on line 91)
The topic ‘Bug in refresh_blog_post_category’ is closed to new replies.
