Changeset 613916
- Timestamp:
- 10/18/2012 03:40:12 AM (13 years ago)
- Location:
- easy-faq-with-expanding-text
- Files:
-
- 7 added
- 2 edited
-
tags/2.1 (added)
-
tags/2.1/faq.php (added)
-
tags/2.1/faq_heading.png (added)
-
tags/2.1/faq_title.png (added)
-
tags/2.1/faqmaker.js (added)
-
tags/2.1/faqstyle.css (added)
-
tags/2.1/readme.txt (added)
-
trunk/faq.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-faq-with-expanding-text/trunk/faq.php
r612059 r613916 23 23 wp_enqueue_script('faqmaker', plugins_url( 'faqmaker.js' , __FILE__ ), array('jquery')); 24 24 wp_enqueue_style( 'faqstyle', plugins_url( 'faqstyle.css' , __FILE__ )); 25 add_filter( 'the_content', 'faq_filter' );25 add_filter( 'the_content', 'faq_filter',1 ); 26 26 } 27 27 else { -
easy-faq-with-expanding-text/trunk/readme.txt
r612058 r613916 4 4 Tags: faq pages 5 5 Tested up to: 3.4.1 6 Stable tag: 2. 06 Stable tag: 2.1 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 24 24 == Changelog == 25 25 26 = 2.1 = 27 * Made the plugin more compatible with other plugins or themes that add elements to a page's content (such as social share buttons). With this update, those themes should not make the introductory paragraphs disappear. 28 26 29 = 2.0 = 27 30 * Improved the performance of the plugin when answers contain different colored text, lists, etc.
Note: See TracChangeset
for help on using the changeset viewer.