Plugin Directory

Changeset 2902017


Ignore:
Timestamp:
04/20/2023 09:32:30 PM (3 years ago)
Author:
morisdov
Message:

ver 1.0.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stock-market-charts-from-finviz/trunk/stock_market_charts_finviz.php

    r2901963 r2902017  
    161161    // Say our second option must be safe text with no HTML tags
    162162    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']);
    164165    }
    165166
Note: See TracChangeset for help on using the changeset viewer.