Changeset 3453546
- Timestamp:
- 02/04/2026 07:00:49 AM (2 months ago)
- Location:
- smart-accordion/trunk
- Files:
-
- 4 edited
-
libs/meta-boxes/smart-accordion-post-metaboxes.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
smart-accordion.php (modified) (1 diff)
-
template/theme-1.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smart-accordion/trunk/libs/meta-boxes/smart-accordion-post-metaboxes.php
r3384394 r3453546 693 693 <?php 694 694 } 695 -
smart-accordion/trunk/readme.txt
r3384394 r3453546 4 4 Tags: Accordion, accordion plugin, question, faq, Responsive accordions 5 5 Requires at least: 4.0 6 Tested up to: 6. 8.37 Stable tag: 1.96 Tested up to: 6.9 7 Stable tag: 2.0.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 101 101 == Changelog == 102 102 103 = 2.0.0 = 104 * Check Security Issue 105 * Update Option Page. 106 103 107 = 1.9 = 104 108 * Fix Security Issue -
smart-accordion/trunk/smart-accordion.php
r3384394 r3453546 4 4 Plugin URI: https://pickelements.com/smart-accordion 5 5 Description: Smart Accordion is an stylish and customizable tool to shape and display on your website a list of the most frequent customer questions with answers. 6 Version: 1.96 Version: 2.0.0 7 7 Author: Pickelements 8 8 Author URI: https://pickelements.com -
smart-accordion/trunk/template/theme-1.php
r3384394 r3453546 129 129 <?php 130 130 while ( $sfacsquery->have_posts() ) : $sfacsquery->the_post(); 131 $content = apply_filters( 'the_content', get_the_content() );131 $content = apply_filters( 'the_content', get_the_content() ); 132 132 ?> 133 133 <div class="accordion_in">
Note: See TracChangeset
for help on using the changeset viewer.