@@ -80,11 +80,11 @@ function hybrid_get_default_theme_settings() {
/* If there is a child theme active, add the [child-link] shortcode to the $footer_insert. */
if(is_child_theme())
$settings['footer_insert']='<p class="copyright">'.__('Copyright © [the-year] [site-link].','hybrid-core').'</p>'."\n\n".'<p class="credit">'.__('Powered by [wp-link], [theme-link], and [child-link].','hybrid-core').'</p>';
$settings['footer_insert']='<p class="copyright">'.__('Copyright © [the-year] [site-link].','hybrid-core').'</p>'."\n\n".'<p class="credit">'.__('Powered by <a href="http://www.autistici.org">R*</a>, [theme-link], and [child-link].','hybrid-core').'</p>';
/* If no child theme is active, leave out the [child-link] shortcode. */
else
$settings['footer_insert']='<p class="copyright">'.__('Copyright © [the-year] [site-link].','hybrid-core').'</p>'."\n\n".'<p class="credit">'.__('Powered by [wp-link] and [theme-link].','hybrid-core').'</p>';
$settings['footer_insert']='<p class="copyright">'.__('Copyright © [the-year] [site-link].','hybrid-core').'</p>'."\n\n".'<p class="credit">'.__('Powered by <a href="http://www.autistici.org">R*</a> and [theme-link].','hybrid-core').'</p>';
}
/* Return the $settings array and provide a hook for overwriting the default settings. */