Reply 2185 to: URGENT: Site is Messed-up after WordPress Update

Avatar: reneeblundon
reneeblundon
Member
April 28, 2014 at 10:32

Good news, I was able to fix it. I updated the line of the error as following

Change:
if ( false === strpos( $content, ‘[‘ ) ) {

To:
if ( false === strpos( (string) $content, ‘[‘ ) ) {

Now if you could let me know how to update the theme without losing my settings, that would be great 🙂

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.