Changeset 2204207
- Timestamp:
- 12/01/2019 09:07:45 PM (6 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
r2043940 r2204207 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. 27 Version: 1.2.3 8 8 Author: Bunte Giraffe 9 9 Author URI: http://bunte-giraffe.de … … 198 198 $bg_button_or_link = false; 199 199 $bg_uniq_id_holder = "<input type='hidden' bg_collapse_expand='$bg_uniq_id' value='$bg_uniq_id'>"; 200 201 $bg_expand_text = str_replace("'", "'", $bg_expand_text); 202 $bg_collapse_text = str_replace("'", "'", $bg_collapse_text); 203 $content = str_replace("'", "'", $content); 200 204 201 205 $bg_showmore_text = "<input type='hidden' id='bg-show-more-text-$bg_uniq_id' value='" . $bg_expand_text . "'>"; -
show-hidecollapse-expand/trunk/readme.txt
r2043940 r2204207 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. 17 Stable tag: 1.2. 26 Tested up to: 5.3 7 Stable tag: 1.2.3 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 90 90 == Changelog == 91 91 92 = 1.2.3 = 93 * Fixed apostrophes causing errors in collapse and expand texts 94 92 95 = 1.2.2 = 93 96 * Added custom_class shortcode attribute
Note: See TracChangeset
for help on using the changeset viewer.