' . get_bloginfo( 'name', 'display' ) . '';
}
/**
* Shortcode to display a link to WordPress.org.
*
* @return string
*/
function attitude_wp_link_shortcode() {
return '' . __( 'WordPress', 'attitude' ) . '';
}
/**
* Shortcode to display a link to attitude.com.
*
* @return string
*/
function attitude_themehorse_link_shortcode() {
return ''.__( 'Theme Horse', 'attitude') .'';
}
?>