Changeset 1079427
- Timestamp:
- 01/31/2015 05:07:06 AM (11 years ago)
- Location:
- easy-faq-with-expanding-text
- Files:
-
- 21 added
- 2 edited
-
tags/3.2.8.1 (added)
-
tags/3.2.8.1/arrows.png (added)
-
tags/3.2.8.1/arrowsWhite.png (added)
-
tags/3.2.8.1/downarrow.png (added)
-
tags/3.2.8.1/downarrowWhite.png (added)
-
tags/3.2.8.1/faq.php (added)
-
tags/3.2.8.1/faq_checkbox.png (added)
-
tags/3.2.8.1/faq_heading.png (added)
-
tags/3.2.8.1/faq_title.png (added)
-
tags/3.2.8.1/faqmaker.js (added)
-
tags/3.2.8.1/faqstyle.css (added)
-
tags/3.2.8.1/minussign.png (added)
-
tags/3.2.8.1/minussignWhite.png (added)
-
tags/3.2.8.1/none.png (added)
-
tags/3.2.8.1/plusminus.png (added)
-
tags/3.2.8.1/plusminusWhite.png (added)
-
tags/3.2.8.1/plussign.png (added)
-
tags/3.2.8.1/plussignWhite.png (added)
-
tags/3.2.8.1/readme.txt (added)
-
tags/3.2.8.1/uparrow.png (added)
-
tags/3.2.8.1/uparrowWhite.png (added)
-
trunk/faq.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-faq-with-expanding-text/trunk/faq.php
r1069788 r1079427 3 3 Plugin Name: Easy FAQ with Expanding Text 4 4 Description: Easily create a Frequently Asked Questions page with answers that slide down when the questions are clicked. No need for a shortcode, HTML coding, or javascript tweaking. 5 Version: 3.2.8 5 Version: 3.2.8.1 6 6 Author: bgentry 7 7 Author URI: http://bryangentry.us … … 49 49 $visualCue = $faqoptions['visualcue']; 50 50 } 51 } else { //this is not a si gnle page or post, so use the default option51 } else { //this is not a single page or post, so use the default option 52 52 53 53 $visualCue = $faqoptions['visualcue']; … … 70 70 $openedimg = plugins_url( 'minussignWhite.png', __FILE__ ); 71 71 } 72 if( $closedimg) {72 if( isset( $closedimg ) ) { 73 73 //if the user set up images to show... 74 74 echo ' -
easy-faq-with-expanding-text/trunk/readme.txt
r1069788 r1079427 4 4 Tags: faq pages 5 5 Tested up to: 4.1 6 Stable tag: 3.2.8 6 Stable tag: 3.2.8.1 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 23 23 24 24 == Changelog == 25 26 =3.2.8.1= 27 *Fixed another PHP notice. 25 28 26 29 =3.2.8=
Note: See TracChangeset
for help on using the changeset viewer.