Sindbad~EG File Manager
<?php
/*
* Security : blocking direct access
* Source : http://codex.wordpress.org/Theme_Development#Template_Files
*/
defined('ABSPATH') or die("Access Restricted"); ?>
<div class="amp-wp-meta amp-wp-posted-on">
<?php echo ' - '; ?><time datetime="<?php echo esc_attr( date( 'c', $this->get( 'post_publish_timestamp' ) ) ); ?>">
<?php
echo esc_html(
sprintf(
_x( '%s ago', '%s = human-readable time difference', MWP_TEXT_DOMAIN ),
human_time_diff( $this->get( 'post_publish_timestamp' ), current_time( 'timestamp' ) )
)
);
?>
</time>
<?php $categories = get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'amp' ), '', $this->ID ); ?>
</div>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists