' . get_bloginfo( 'name', 'display' ) . '';
}
/**
* To display a link to WordPress.org.
*
* @return string
*/
function attitude_wp_link() {
return '' . __( 'WordPress', 'attitude' ) . '';
}
/**
* To display a link to attitude.
*
* @return string
*/
function attitude_themehorse_link() {
return ''.__( 'Theme Horse', 'attitude') .'';
}
/**
* To display a link to privacy policy.
*
* @return string
*/
function attitude_themehorse_privacy() {
if (function_exists('the_privacy_policy_link')) {
the_privacy_policy_link('', ' | ');
}
}
?>