nash-ye / momtaz-framework

A free and light WordPress theme framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP: Undefined index notice when using the parent theme directly

nash-ye opened this issue · comments

As you can test, a PHP notice is thrown in includes/kernel/core.php Line: 118, because momtaz_get_child_theme_textdomain() could return an empty array.. so we need to add a neat check before using it.

This should be easy to fix.