get( 'TextDomain' ) );
$copyright_date_format = blogauthor_get_option( 'copyright_date_format', 'Y' );
if($copyright_date_format){
echo ' '.date_i18n( $copyright_date_format, current_time( 'timestamp' ) );
}
printf( esc_html__( ' %1$s.', 'blogauthor' ), $active_theme_textdomain);
?>
ThemeinWP Team'); ?>