@@ -304,6 +299,7 @@ function path_google_fonts() {
* format to easily find the link for the post.
*
* @since 0.1.0
* @deprecated since 0.2.1. Use hybrid_get_the_post_format_url() insted.
* @return string The link if found. Otherwise, the permalink to the post.
*
* @note This is a modified version of the twentyeleven_url_grabber() function in the TwentyEleven theme. And this modified version is from MyLife (themehybrid.com) theme.
...
...
@@ -325,7 +321,7 @@ function path_url_grabber() {
*/
functionpath_default_footer_settings($settings){
$settings['footer_insert']='<p class="copyright">'.__('Copyright © [the-year] [site-link].','path').'</p>'."\n\n".'<p class="credit">'.__('Powered by [wp-link] and [theme-link].','path').__(' <a class="top" href="#container">Back to Top</a>','path').'</p>';
$settings['footer_insert']='<p class="copyright">'._x('Copyright © [the-year] [site-link].','Filter footer info','path').'</p>'."\n\n".'<p class="credit">'._x('Powered by [wp-link] and [theme-link].','Filter footer info','path').__(' <a class="top" href="#container">Back to Top</a>','path').'</p>';
return$settings;
}
...
...
@@ -521,36 +517,6 @@ function path_add_social_media() {
}
/**
* Filter global layout, which is defined under Appearance >> Theme Settings.
<?phpif(current_theme_supports('breadcrumb-trail'))breadcrumb_trail(array('container'=>'nav','before'=>__('You are here:','path'),'separator'=>__('∼','path')));?>
\ No newline at end of file
<?phpif(current_theme_supports('breadcrumb-trail'))breadcrumb_trail(array('container'=>'nav','labels'=>array('browse'=>__('You are here:','path')),'separator'=>__('∼','path')));?>