PATH:
home
/
sarkas88.com
/
public_html
/
wp-content
/
plugins
/
amp
/
back-compat
/
templates-v0-3
<?php /** * Legacy template for the AMP post date. * * @package AMP */ /** * Context. * * @var AMP_Post_Template $this */ ?> <li class="amp-wp-posted-on"> <time datetime="<?php echo esc_attr( gmdate( 'c', $this->get( 'post_publish_timestamp' ) ) ); ?>"> <?php echo esc_html( sprintf( /* translators: %s: the human-readable time difference. */ __( '%s ago', 'amp' ), human_time_diff( $this->get( 'post_publish_timestamp' ), time() ) ) ); ?> </time> </li>
[-] meta-taxonomy.php
[open]
[-] meta-time.php
[open]
[-] meta-author.php
[open]
[-] single.php
[open]
[-] header-bar.php
[open]
[-] style.php
[open]
[+]
..
[-] templates-v0-3.php
[open]