%2$s'; if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { $time_string = ''; } $time_string = sprintf( $time_string, esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ), esc_attr( get_the_modified_date( 'c' ) ), esc_html( get_the_modified_date() ) ); $posted_on = sprintf( /* translators: Posted date */ esc_html_x( 'Posted on %s', 'post date', 'islemag' ), '' . $time_string . '' ); $byline = sprintf( /* translators: Author link */ esc_html_x( 'by %s', 'post author', 'islemag' ), '' . esc_html( get_the_author() ) . '' ); echo '' . $posted_on . ' ' . $byline . ''; // WPCS: XSS OK. } endif; if ( ! function_exists( 'islemag_entry_footer' ) ) : /** * Prints HTML with meta information for the categories, tags and comments. */ function islemag_entry_footer() { // Hide category and tag text for pages. echo '