You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
functions.php needs to be cleaned up (as per suggestions in http://codex.wordpress.org/Child_Themes)
** How to reproduce the bug:
The subject-line error comes up if you simply copy the original functions.php (which is not the right way to do anyway)
** Action to fix bug:
Some functions are not properly plugabble, like at line 104 it should read
if ( ! function_exists( 'bones_register_sidebars' ) ) {
function bones_register_sidebars() {
The text was updated successfully, but these errors were encountered: