Changeset 2843664
- Timestamp:
- 01/04/2023 07:51:33 PM (3 years ago)
- Location:
- show-hidecollapse-expand/trunk
- Files:
-
- 2 edited
-
bg_show_hide.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
show-hidecollapse-expand/trunk/bg_show_hide.php
r2497414 r2843664 5 5 Plugin URI: http://showhide.bunte-giraffe.de 6 6 Description: Save space on your pages, posts, sidebars. Hide the content before user clicks to see it. Collapse long lists, create FAQs & more. 7 Version: 1.2. 57 Version: 1.2.6 8 8 Author: Bunte Giraffe 9 9 Author URI: http://bunte-giraffe.de … … 187 187 $bg_showmore_content_tag = "div"; 188 188 $bg_showmore_extra_attributes = ""; 189 $bg_text_color = $a["color"];189 $bg_text_color = esc_attr($a["color"]); 190 190 $bg_expand_text = $a["expand_text"]; 191 191 $bg_collapse_text = $a["collapse_text"]; 192 192 $bg_btn_icon_class = $a["icon"] ? "bg-" . $a["icon"] : ""; 193 193 $bg_onclick = $a["onclick"] === '' ? '' : 'onclick="'.$a["onclick"].'"'; 194 $bg_inline_css = $a["inline_css"];195 $bg_custom_class = $a["custom_class"];194 $bg_inline_css = esc_attr($a["inline_css"]); 195 $bg_custom_class = esc_attr($a["custom_class"]); 196 196 $bg_button_or_link_sticks_to_content_bottom = get_option('bg_shce_stickToBottom', '0'); 197 197 $showmore_btn = ""; -
show-hidecollapse-expand/trunk/readme.txt
r2497416 r2843664 4 4 Tags: hide content, show content, collapse, expand, faq, questionnaire, question answer, show widget, hide widget, save space, organize content, collapse content, expand content, seo friendly collapse content 5 5 Requires at least: 4.2 6 Tested up to: 5.77 Stable tag: 1.2. 56 Tested up to: 6.1.1 7 Stable tag: 1.2.6 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 89 89 90 90 == Changelog == 91 = 1.2.6 = 92 * Fixed a vulnerability issue. Please update as soon as possible. 93 * Checked compatibility with WP 6.1 91 94 92 95 = 1.2.5 =
Note: See TracChangeset
for help on using the changeset viewer.