Thread Starter
gilu
(@gilu)
Ok, solved it myself.
Maybe it’s because I don’t use english as default language.
After chaning all lines in ./-/php/sidebars.php from
'primary-sidebar' => array(__('Primary Sidebar', 'inkblot'), __('Used in both two and three-column layouts. You can change theme layout from the Appearance > Customize page.', 'inkblot')),
to
'primary-sidebar' => array('Primary Sidebar', __('Used in both two and three-column layouts. You can change theme layout from the Appearance > Customize page.', 'inkblot')),
it suddenly worked.
Short: Remove the localization from array item [0].
Hope this helps somebody, too.