FameThemes / codilight-lite

Codilight Lite WordPress Theme
2 stars 4 forks source link

Wrong check about codilight_lite_meta_1 method in inc/template-tags.php #15

Open version-1 opened 7 years ago

version-1 commented 7 years ago

I might find a small mistake.

if ( ! function_exists( 'codilight_lite_posted_on' ) ) :
/**
 * Post meta information style 1
 */
function codilight_lite_meta_1() {
    $time_string = '<time class="entry-date published updated" datetime="%1$s">%2$s</time>';
    if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) {

Following line check whether other method exists or not.

if ( ! function_exists( 'codilight_lite_posted_on' ) ) :

jesa29 commented 4 years ago

Can this be merged? 3 years is not yet? :)