Changeset 3226314
- Timestamp:
- 01/21/2025 02:05:41 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skyword-publishing-api/tags/1.1.4/php/class-skyword-shortcode.php
r3224616 r3226314 92 92 } 93 93 if (in_array($k, $validattrs, true) && isset($v)) { 94 $iframeattrs .= " " . esc_ html($k) . "=\"" . esc_html($v) . "\"";94 $iframeattrs .= " " . esc_attr($k) . "=\"" . esc_attr($v) . "\""; 95 95 } 96 96 }
Note: See TracChangeset
for help on using the changeset viewer.