File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
?>
8
8
<footer class="footer">
9
9
<section class="footer__info">
10
- <?php echo get_theme_mod ('settings_footer_copyright ' , '' );?>
10
+ <?php echo " © 2019 - " . date ( " Y " ) . get_theme_mod ('settings_footer_copyright ' , '' );?>
11
11
<?php if (get_theme_mod ('settings_footer_gdpr_text ' , '' ) != "" && get_theme_mod ('settings_footer_gdpr_link ' , '' ) != "" ) :?>
12
12
<p class="delimiter">·</p>
13
13
<a href="<?php echo get_theme_mod ('settings_footer_gdpr_link ' , '' );?> "><?php echo get_theme_mod ('settings_footer_gdpr_text ' , '' );?> </a>
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ function stcblog_customize_register($wp_customize) {
190
190
// ===================================
191
191
// Adding the template setting.
192
192
$ wp_customize ->add_setting ('settings_footer_copyright ' , [
193
- 'default ' => '© ' . date ( " Y " ) . ' STC, Všechna práva vyhrazena '
193
+ 'default ' => ' STC, Všechna práva vyhrazena '
194
194
]);
195
195
196
196
//Adding a control to the Customizer.
You can’t perform that action at this time.
0 commit comments