%name%. Design by MeanThemes.' );
$site_info = str_replace( '%year%', date( 'Y' ), $site_info );
$site_info = str_replace( '%name%', esc_attr( get_bloginfo( 'name' ) ), $site_info );
$site_info = str_replace( '%url%', esc_url( get_home_url() ), $site_info );
echo wp_kses_post( $site_info );
if ( function_exists( 'the_privacy_policy_link' ) ) {
the_privacy_policy_link( ' | ' );
}
?>