PHP Notice todo_styles
-
Please check for existence before using, I got a PhP-Notice around line 3120:
function add_styles($todo)….
if (empty($style->src))
{
// if ($todo_styles[‘depend’])
if (isset($todo_styles)&&$todo_styles[‘depend’]) {
$this->todo_styles[$handle] = $todo_style;
}
continue;
}`
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP Notice todo_styles’ is closed to new replies.