File "query_action.twig"

Full Path: /home/vantageo/public_html/cache/cache/cache/.wp-cli/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/templates/console/query_action.twig
File size: 378 bytes
MIME-type: text/plain
Charset: utf-8

<div class="{{ parent_div_classes }}">
    {% for content in content_array %}
        {% if content is defined %}
        <span class="{{ content[0] }}">
            {{ content[1] }}
            {% if content['extraSpan'] is defined %}
                : <span>{{ content['extraSpan'] }}</span>
            {% endif %}
        </span>
        {% endif %}
    {% endfor %}
</div>