Issue: textarea HTML tag from Support tab > System info is too smaller (see first picture)
Solution: I enlarged the textarea HTML tag by adding cols="120" and rows="25" properties.
Issue: HTML tags does not work anymore with browser tooltips.
Solution: I removed tags <strong> and </strong> from add_setting_tooltip().
Issue: textarea HTML tag from Support tab > System info is too smaller (see first picture) Solution: I enlarged the textarea HTML tag by adding
cols="120"
androws="25"
properties.Issue: HTML tags does not work anymore with browser tooltips. Solution: I removed tags
<strong>
and</strong>
fromadd_setting_tooltip()
.