parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "

"; $this->loadTemplate("tooltip.twig", "dropdown-menus.twig", 1)->display(array_merge($context, array("content" => $this->getAttribute($this->getAttribute((isset($context["strings"]) ? $context["strings"] : null), "tooltips", array()), "available_menus", array())))); echo "

"; } public function getTemplateName() { return "dropdown-menus.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 69 => 14, 56 => 12, 53 => 11, 50 => 10, 47 => 9, 44 => 8, 41 => 7, 38 => 6, 35 => 5, 31 => 4, 27 => 3, 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("", "dropdown-menus.twig", "/home/darwin/public_html/wp-content/plugins/sitepress-multilingual-cms/templates/language-switcher-admin-ui/dropdown-menus.twig"); } }