Thread Starter
frabe
(@frabe)
Update: i’ve got the same error with a new article too…. 🙁
any news about this issue???
Should I edit this line:
if ( ( is_singular() && !is_preview() ) || $context == 'post' ) {
with this one:
if ( ( is_singular() && !is_preview() ) || $_context == 'post' ) {
???
Thank you.