Conversation
supportPlease 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; }`
I had the same issue, what does commenting out if ($todo_styles[‘depend’]) do exactely?
I had the same issue, what does commenting out if ($todo_styles[‘depend’]) do exactely?