ivandoric / olympos

This is just empty theme for starting your Wordpress projects, with built in support for Sass, Susy and Gulp.js.
102 stars 46 forks source link

Added ids for register_sidebar #2

Closed 22nds closed 7 years ago

22nds commented 7 years ago

With debug turned on in wp-config.php: define('WP_DEBUG', true); there were errors displaying on the Themes page olympos

To fix this the ids were added and all array items aligned in the theme's functions.php.

Now the errors don't show up any more.

ivandoric commented 7 years ago

Thanks Maja. I will merge it right away.