Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions inc/config-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -401,15 +401,15 @@ function seed_csp4_get_options(){
"type" => "textarea",
"id" => "html",
"label" => __( "Custom HTML", 'coming-soon' ),
"desc" => __("The will replace the plugin's entire template with your custom html. Make sure to include the html, head and body tags when replacing the html.", 'coming-soon'),
"desc" => __("This will replace the plugin's entire template with your custom html. Make sure to include the html, head and body tags when replacing the html.", 'coming-soon'),
"class" => "large-text"
);

$seed_csp4_options[ ] = array(
"type" => "textarea",
"id" => "append_html",
"label" => __( "Append HTML", 'coming-soon' ),
"desc" => __("The will append html to the bottom of the template using the current styles.", 'coming-soon'),
"desc" => __("This will append html to the bottom of the template using the current styles.", 'coming-soon'),
"class" => "large-text"
);

Expand Down