Comment Meta
'; $com_pub_mu .= '
'; $com_pub_mu .= '
%4$s
'; $com_pub_mu .= '
'; $com_pub_mu .= '
'; $com_pub_mu .= '%5$s %6$s'; $com_pub_mu .= '
'; $com_pub_mu .= '
'; $com_pub_mu .= '
'; $com_pub_mu .= '
'; $com_pub_lbl_mu = ''; $com_pub_lbl_mu .= '%4$s %6$s'; $com_pub_lbl_mu .= ''; $com_pub_date_time_mu = '
'; $com_pub_date_time_mu .= '
'; $com_pub_date_time_mu .= '
%4$s
'; $com_pub_date_time_mu .= '
'; $com_pub_date_time_mu .= '
%5$s %6$s
'; $com_pub_date_time_mu .= '
'; $com_pub_date_time_mu .= '
'; $com_pub_date_time_mu .= '
'; $com_pub_date_mu = ''; $com_pub_date_mu .= ''; $com_pub_date_mu .= ''; $com_pub_time_mu = ''; $com_pub_time_mu .= ''; $com_pub_time_mu .= ''; // Comment Published Label $com_pub_lbl_NAME = 'Comment Published Date and Time Stamp Label'; $com_pub_lbl = sprintf( $com_pub_lbl_mu, $com_pub_lbl_NAME, 'obj comment-published-timestamp-label', 'com-pub-ts-lbl', esc_html__( 'Commented', 'applicator' ), 'published', esc_html__( 'on', 'applicator' ), 'on' ); // Comment Published Date $com_pub_date_NAME = 'Comment Published Date Stamp'; $com_pub_date = sprintf( $com_pub_date_mu, $com_pub_lbl_NAME, 'obj comment-published-date-stamp', 'com-pub-ds', get_comment_date( 'j' ), // Day (d) 'day', get_comment_date( 'M' ), // Month (mmm) 'month', get_comment_date( 'Y' ), // Year (yyyy) 'year', htmlspecialchars( get_comment_link( $comment->comment_ID ) ), get_comment_date( DATE_W3C ), get_comment_date( 'j F Y') ); // Comment Published Time $com_pub_time_NAME = 'Comment Published Time Stamp'; $com_pub_time = sprintf( $com_pub_time_mu, $com_pub_time_NAME, 'obj comment-published-time-stamp', 'com-pub-ts', get_comment_time( 'H' ), // Day (d) 'hours', get_comment_time( 'i' ), // Month (mmm) 'minutes', get_comment_time( 's' ), // Year (yyyy) 'seconds', esc_url( get_permalink() ), get_comment_time( DATE_W3C ), get_comment_time( 'H:i:s') ); // Comment Published Date Time Component $com_pub_date_time_NAME = 'Comment Published Date and Time Stamp'; $com_pub_date_time = sprintf( $com_pub_date_time_mu, $com_pub_date_time_NAME, 'cp comment-published-date-time-stamp', 'com-pub-dts', $com_pub_date_time_NAME, $com_pub_date, $com_pub_time ); // Comment Published Info Component $com_pub_NAME = 'Comment Published Info'; printf( $com_pub_mu, $com_pub_NAME, 'cp comment-published-info', 'com-pub-info', $com_pub_NAME, $com_pub_lbl, $com_pub_date_time ); ?>