', '', '' );
}
}
if ( ! is_single() && ! post_password_required() && ( comments_open() || get_comments_number() ) ) {
echo '';
}
edit_post_link(
sprintf( _x( 'Edit %s', '%s: Name of current post', 'air-light' ), the_title( '"', '"', false ) ),
'',
'
'
);
}
}
if ( ! function_exists( 'air_light_comments' ) ) {
/**
* Custom comments function.
*/
function air_light_comments( $comment, $args, $depth ) {
// $GLOBALS['comment'] = $comment; ?>
$depth, 'max_depth' => $args['max_depth'] ) ) ); edit_comment_link( __( '— Edit', 'air-light' ), ' ', '' ) ?>