Update single-functions.php
This commit is contained in:
parent
7b0071766f
commit
d7309b1fbe
|
@ -96,6 +96,7 @@ endif;
|
|||
/**
|
||||
* Display date of post.
|
||||
*/
|
||||
if ( function_exists('tainacan_meta_date_author') ) {
|
||||
function tainacan_meta_date_author( $echo = true ) {
|
||||
$time = '<time class="entry-date published" datetime="%1$s">%2$s</time>';
|
||||
|
||||
|
@ -116,6 +117,8 @@ function tainacan_meta_date_author( $echo = true ) {
|
|||
return $string;
|
||||
}
|
||||
}
|
||||
}
|
||||
endif;
|
||||
|
||||
// define the cancel_comment_reply_link callback
|
||||
function tainacan_filter_cancel_comment_reply_link( $formatted_link, $link, $text ) {
|
||||
|
|
Loading…
Reference in New Issue