Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
version-1 opened this issue Nov 1, 2017 · 1 comment

Comments

@version-1
Copy link

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
Copy link

jesa29 commented May 20, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants