Update load-functions.php#144
Conversation
fix warning error
|
+1, I got a notice and a warning just after enabling the theme Runway Framework on a site part of a WordPress network:
And:
|
|
This was fixed in the core a while ago. If you are getting that error you need to download a newer version of Runway. Either the Master or Develop branch will have that patched. Master branch: https://github.com/parallelus/Runway-Framework/archive/master.zip |
|
The version with your changes appears to already have the fix for this issue. We made the changes in the following commit back in May 2015: 0234945 It's possible this is another issue, however I'm currently using Runway on several network installs and not seeing the error message. If you can confirm that the latest version from the Develop branch doesn't fix this for you we can reopen the issue. |
Warning: Illegal string offset 'Icon' in /framework/includes/load-functions.php on line 608
|
I went ahead and applied similar code to the Develop branch and pushed it. The warning message posted by @kadimi would mean that this won't be fixed by our previous update and the added error checking can't do any harm. |
Thank you for applying the change. |
fix warning error