function gtags_show_tags_chooser()
{
    ?>
	<div class="gtags_chooser tags_chooser"><?php 
    _e('Click to add common tags', 'gtags');
    ?>
: <?php 
    echo gtags_show_tags_in_add_form();
    ?>
</div>
	<?php 
}
Пример #2
0
function gtags_show_tags_chooser()
{
    ?>
	<span class="fr">
		Suggestions : <span class="highlight etiquette"><?php 
    echo gtags_show_tags_in_add_form();
    ?>
</span>
	</span>
	<?php 
}