Changeset 808358
- Timestamp:
- 11/21/2013 05:23:55 PM (12 years ago)
- Location:
- simple-faqs
- Files:
-
- 2 edited
- 4 copied
-
tags/1.1.2 (copied) (copied from simple-faqs/trunk)
-
tags/1.1.2/license.txt (copied) (copied from simple-faqs/trunk/license.txt)
-
tags/1.1.2/readme.txt (copied) (copied from simple-faqs/trunk/readme.txt) (2 diffs)
-
tags/1.1.2/simple-faq.php (copied) (copied from simple-faqs/trunk/simple-faq.php) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-faq.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-faqs/tags/1.1.2/readme.txt
r806632 r808358 4 4 Requires at least: 3.7.1 5 5 Tested up to: 3.7.1 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 41 41 = 1.1.1 42 42 Show all FAQ without pagination 43 44 = 1.1.2 = 45 Add Back To Top feature for Bookmark Style -
simple-faqs/tags/1.1.2/simple-faq.php
r806632 r808358 2 2 /** 3 3 * Plugin Name: Simple FAQs 4 * Plugin URI: http:// URI_Of_Page_Describing_Plugin_and_Updates4 * Plugin URI: http://wordpress.org/plugins/simple-faqs/ 5 5 * Description: FAQ plugin to allow creating and showing FAQ easily on Wordpress website 6 * Version: 1.1. 16 * Version: 1.1.2 7 7 * Author: Waqas Ahmed 8 8 * Author URI: http://speedsoftsol.com … … 120 120 function faq_style_bookmarks($items) { 121 121 $item_number = 1; 122 $output = ' ';122 $output = '<a id="simple-faq-top"></a>'; 123 123 124 124 //For the top bookmark list … … 138 138 $output .= '</h3></a>'; 139 139 $output .= $item['content']; 140 $output .= '<br /><a class="simple-faq-back" href="#simple-faq-top">Back To Top</a>'; 140 141 $item_number++; 141 142 } -
simple-faqs/trunk/readme.txt
r806632 r808358 4 4 Requires at least: 3.7.1 5 5 Tested up to: 3.7.1 6 Stable tag: 1.1. 16 Stable tag: 1.1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 41 41 = 1.1.1 42 42 Show all FAQ without pagination 43 44 = 1.1.2 = 45 Add Back To Top feature for Bookmark Style -
simple-faqs/trunk/simple-faq.php
r806632 r808358 2 2 /** 3 3 * Plugin Name: Simple FAQs 4 * Plugin URI: http:// URI_Of_Page_Describing_Plugin_and_Updates4 * Plugin URI: http://wordpress.org/plugins/simple-faqs/ 5 5 * Description: FAQ plugin to allow creating and showing FAQ easily on Wordpress website 6 * Version: 1.1. 16 * Version: 1.1.2 7 7 * Author: Waqas Ahmed 8 8 * Author URI: http://speedsoftsol.com … … 120 120 function faq_style_bookmarks($items) { 121 121 $item_number = 1; 122 $output = ' ';122 $output = '<a id="simple-faq-top"></a>'; 123 123 124 124 //For the top bookmark list … … 138 138 $output .= '</h3></a>'; 139 139 $output .= $item['content']; 140 $output .= '<br /><a class="simple-faq-back" href="#simple-faq-top">Back To Top</a>'; 140 141 $item_number++; 141 142 }
Note: See TracChangeset
for help on using the changeset viewer.