parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
$context["force"] = $this->getAttribute($this->getAttribute($this->getAttribute((isset($context["data"]) ? $context["data"] : null), "templates", array()), (isset($context["template_slug"]) ? $context["template_slug"] : null), array(), "array"), "force_settings", array());
// line 2
$context["is_hierarchical"] = (($this->getAttribute((isset($context["slot_settings"]) ? $context["slot_settings"] : null), "slot_group", array()) == "menus") && $this->getAttribute((isset($context["slot_settings"]) ? $context["slot_settings"] : null), "is_hierarchical", array()));
// line 3
echo "
";
// line 4
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute((isset($context["strings"]) ? $context["strings"] : null), "misc", array()), "title_what_to_include", array()), "html", null, true);
echo " ";
$this->loadTemplate("tooltip.twig", "checkboxes-includes.twig", 4)->display(array_merge($context, array("content" => $this->getAttribute($this->getAttribute((isset($context["strings"]) ? $context["strings"] : null), "tooltips", array()), "what_to_include", array()))));
echo "
-
-
-
-
";
}
public function getTemplateName()
{
return "checkboxes-includes.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 123 => 28, 119 => 27, 110 => 26, 98 => 22, 94 => 21, 85 => 20, 73 => 16, 69 => 15, 60 => 14, 48 => 10, 44 => 9, 35 => 8, 26 => 4, 23 => 3, 21 => 2, 19 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Twig_Source("", "checkboxes-includes.twig", "/home/darwin/public_html/wp-content/plugins/sitepress-multilingual-cms/templates/language-switcher-admin-ui/checkboxes-includes.twig");
}
}