Changeset 2902017
- Timestamp:
- 04/20/2023 09:32:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stock-market-charts-from-finviz/trunk/stock_market_charts_finviz.php
r2901963 r2902017 161 161 // Say our second option must be safe text with no HTML tags 162 162 if (array_key_exists('alt_text', $input)) { 163 $input['alt_text'] = wp_filter_nohtml_kses($input['alt_text']); 163 //$input['alt_text'] = wp_filter_nohtml_kses($input['alt_text']); 164 $input['alt_text'] = sanitize_text_field($input['alt_text']); 164 165 } 165 166
Note: See TracChangeset
for help on using the changeset viewer.