C:\xampp\htdocs\landing\wp-content\updraft\plugins-old\penci-pennews-amp\templates\entry-meta.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
$byline 
sprintfesc_html_x'%s''post author''penci-amp' ), '<span class="author vcard author_name post-author"><a class="url fn n" href="' esc_urlget_author_posts_urlget_the_author_meta'ID' ) ) ) . '">' get_the_author() . '</a></span>' );
echo 
'<span class="entry-meta-item penci-amp-byline"><i class="fa fa-user"></i> ' $byline '</span>';

$time_string '<time class="entry-date post-date published updated" datetime="%1$s">%2$s</time>';
if ( 
get_the_time'U' ) !== get_the_modified_time'U' ) ) {
    
$time_string '<time class="entry-date post-date published" datetime="%1$s">%2$s</time><time class="updated" datetime="%3$s">%4$s</time>';
}

$time_string sprintf$time_string,
    
esc_attrget_the_date'c' ) ),
    
esc_htmlget_the_date'M j, Y' ) ),
    
esc_attrget_the_modified_date'c' ) ),
    
esc_htmlget_the_modified_date() )
);

$posted_on sprintf(
    
esc_html_x'%s''post date''penci-amp' ),
    
'<a href="' esc_urlget_permalink() ) . '" rel="bookmark">' $time_string '</a>'
);

echo 
'<span class="entry-meta-item penci-posted-on"><i class="fa fa-clock-o"></i>' $posted_on '</span>'// WPCS: XSS OK.

$output_comment '<span class="entry-meta-item penci-comment-count">';
$output_comment .= '<a href="' esc_urlget_comments_link() ) . '"><i class="fa fa-comment-o"></i>';
$output_comment .= get_comments_number_textesc_html__'0''penci-amp' ), esc_html__'1''penci-amp' ), '% ' esc_html__'''penci-amp' ) );
$output_comment .= '</a></span>';

echo 
$output_comment;
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586