%1$s %2$s %3$s :)',
__( "Thank you for using", "customizr" ),
$_theme_name,
CUSTOMIZR_VER
);
echo convert_smilies( $title );
?>
%1$s',
sprintf( __( "The best way to start with %s is to read the %s and visit the %s.", "customizr"),
$_theme_name,
sprintf( '
%2$s', esc_url('docs.presscustomizr.com'), __("documentation", "customizr") ),
sprintf( '
%2$s', esc_url('demo.presscustomizr.com'), __("demo website", "customizr") )
)
);
printf( '
%1$s
',
__( "Read the changelog", "customizr")
);
?>