parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "
"; // line 4 echo ($context["nonce"] ?? null); echo " "; // line 14 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute(($context["strings"] ?? null), "in", []), "html", null, true); echo " "; // line 23 echo \WPML\Core\twig_escape_filter($this->env, $this->getAttribute(($context["strings"] ?? null), "to", []), "html", null, true); echo " env, $this->getAttribute(($context["strings"] ?? null), "search_placeholder", []), "html", null, true); echo "\" name=\"s\" value=\""; // line 48 echo \WPML\Core\twig_escape_filter($this->env, ($context["search"] ?? null), "html", null, true); echo "\"> env, $this->getAttribute(($context["strings"] ?? null), "search_button_label", []), "html", null, true); echo "\">
"; } public function getTemplateName() { return "media-translation-filters.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 219 => 49, 215 => 48, 211 => 47, 207 => 46, 198 => 43, 194 => 42, 187 => 41, 183 => 40, 176 => 39, 172 => 38, 165 => 37, 161 => 36, 156 => 35, 152 => 34, 147 => 32, 143 => 30, 132 => 28, 127 => 27, 123 => 26, 119 => 25, 114 => 23, 111 => 22, 100 => 20, 95 => 19, 91 => 18, 87 => 17, 82 => 15, 78 => 14, 75 => 13, 64 => 11, 59 => 10, 55 => 9, 50 => 8, 46 => 7, 41 => 5, 37 => 4, 32 => 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 Source("", "media-translation-filters.twig", "/home/infinitycons/ftp/wingedit/doitinpoland.com/wp-content/plugins/wpml-media-translation/templates/menus/media-translation-filters.twig"); } }