diff --git a/functions/customizer.php b/functions/customizer.php
old mode 100644
new mode 100755
index f9c7ae3..86d8bd9
--- a/functions/customizer.php
+++ b/functions/customizer.php
@@ -481,7 +481,7 @@ $wp_customize->add_panel( 'atticusfinch', array(
$wp_customize->add_setting( 'atticus_finch_copyright', array(
'type' => 'theme_mod',
'transport' => 'postMessage',
- 'sanitize' => 'html',
+ 'sanitize_callback' => 'html',
) );
$default_copyright = '
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.';
@@ -499,7 +499,7 @@ $default_copyright = 'this link to download a ready-made child theme.', 'atticus-finch' ), array( 'a' => array( 'href' => array(), 'target' => array() ) ) ), esc_url( 'https://github.com/kjodle/atticus-finch-child' ) ),
'panel' => 'atticusfinch',
) );
@@ -512,9 +512,7 @@ $default_copyright = '