Skip to content

Commit

Permalink
Add a warning for HTML podcast option
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola committed Dec 13, 2017
1 parent 8b3c5df commit 60a9006
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions includes/admin/settings/class-sm-settings-podcast.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,11 @@ public function get_settings() {
'desc_tip' => wp_sprintf( __( 'For more info on PodTrac or to sign up for an account, visit %s', 'sermon-manager-for-wordpress' ), '<a href="http://podtrac.com">podtrac.com</a>' ),
),
array(
'title' => __( 'HTML in description', 'sermon-manager-for-wordpress' ),
'type' => 'checkbox',
'id' => 'enable_podcast_html_description',
'desc' => __( 'Enables showing of HTML in iTunes description field. Uncheck if description looks messy.', 'sermon-manager-for-wordpress' ),
'title' => __( 'HTML in description', 'sermon-manager-for-wordpress' ),
'type' => 'checkbox',
'id' => 'enable_podcast_html_description',
'desc' => __( 'Enables showing of HTML in iTunes description field. Uncheck if description looks messy.', 'sermon-manager-for-wordpress' ),
'desc_tip' => __( 'It is recommended to leave it unchecked.', 'sermon-manager-for-wordpress' ),
),
array(
'title' => __( 'Redirect', 'sermon-manager-for-wordpress' ),
Expand Down

0 comments on commit 60a9006

Please sign in to comment.