{ __( 'Arbitrary HTML code.' ) }
+ { ! wp.editor.canUnfilteredHtml && this.disallowedHtmlTags.length > 0 && +
+ { __( 'Some HTML tags are not permitted, including:' ) }
+ { ' ' }
+ { this.disallowedHtmlTags.map( ( tag, i ) =>
+ { 0 !== i && ', ' }
+ { tag }
+ ) }
+ { '.' }
+