Sindbad~EG File Manager
<?php
/*
* Security : blocking direct access
* Source : http://codex.wordpress.org/Theme_Development#Template_Files
*/
defined('ABSPATH') or die("Access Restricted");
$tags = get_the_tag_list(
'',
_x( ', ', 'Used between list items, there is a space after the comma.', 'amp' ),
'',
$this->ID
); ?>
<?php if ( $tags && ! is_wp_error( $tags ) ) : ?>
<div class="amp-wp-meta amp-wp-tax-tag">
<?php printf( esc_html__( 'Tagged %s', MWP_TEXT_DOMAIN ), $tags ); ?>
</div>
<?php endif; ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists