removed personal branding
This commit is contained in:
@ -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'
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user