File "column_element.twig"

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

<td{{ nowrap ? ' class="text-nowrap"' }}>
    {{ is_selected ? '<strong>' }}
        <a class="foreign_value" data-key="{{ keyname }}" href="#" title="
            {%- trans 'Use this value' %}{{ title is not empty ? ': ' ~ title }}">
            {% if nowrap %}
                {{ keyname }}
            {% else %}
                {{ description }}
            {% endif %}
        </a>
    {{ is_selected ? '</strong>' }}
</td>