removed personal branding

This commit is contained in:
2023-07-08 05:48:31 -07:00
parent 19927e10c8
commit 77354fd534
3 changed files with 6 additions and 16 deletions

View File

@ -139,7 +139,7 @@ function sophia_after_dark_customize_footer_panels_sections_register( $wp_custom
$wp_customize->add_setting( 'sophia_after_dark_footer_disclaimer',
array(
'capability' => 'edit_theme_options',
'default' => esc_html__( 'All trademarks are property of their respective owners', 'sophia-after-dark' ),
'default' => esc_html__( 'All Trademarks are property of their respective owners', 'sophia-after-dark' ),
'sanitize_callback' => 'sanitize_text_field'
)
);