Version Description
- Fixed a labelling issue for the submit FAQ shortcode
Download this release
Release Info
Developer | Rustaurius |
Plugin | Ultimate FAQ |
Version | 1.5.3 |
Comparing to | |
See all releases |
Code changes from version 1.5.2 to 1.5.3
- Main.php +1 -1
- Shortcodes/SubmitFAQ.php +1 -1
- readme.txt +3 -0
Main.php
CHANGED
@@ -7,7 +7,7 @@ Author: Etoile Web Design
|
|
7 |
Author URI: http://www.EtoileWebDesign.com/wordpress-plugins/
|
8 |
Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
|
9 |
Text Domain: EWD_UFAQ
|
10 |
-
Version: 1.5.
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
7 |
Author URI: http://www.EtoileWebDesign.com/wordpress-plugins/
|
8 |
Terms and Conditions: http://www.etoilewebdesign.com/plugin-terms-and-conditions/
|
9 |
Text Domain: EWD_UFAQ
|
10 |
+
Version: 1.5.3
|
11 |
*/
|
12 |
|
13 |
global $ewd_ufaq_message;
|
Shortcodes/SubmitFAQ.php
CHANGED
@@ -30,7 +30,7 @@ function Insert_Question_Form($atts) {
|
|
30 |
$Proposed_Answer_Label = get_option("EWD_UFAQ_Proposed_Answer_Label");
|
31 |
if ($Proposed_Answer_Label == "") {$Proposed_Answer_Label = __("Proposed Answer", 'EWD_UFAQ');}
|
32 |
$Review_Author_Label = get_option("EWD_UFAQ_Review_Author_Label");
|
33 |
-
if ($Review_Author_Label == "") {$Review_Author_Label = __("
|
34 |
$What_Name_With_Review_Label = get_option("EWD_UFAQ_What_Name_With_Review_Label");
|
35 |
if ($What_Name_With_Review_Label == "") {$What_Name_With_Review_Label = __("What name should be displayed with your FAQ?", 'EWD_UFAQ');}
|
36 |
|
30 |
$Proposed_Answer_Label = get_option("EWD_UFAQ_Proposed_Answer_Label");
|
31 |
if ($Proposed_Answer_Label == "") {$Proposed_Answer_Label = __("Proposed Answer", 'EWD_UFAQ');}
|
32 |
$Review_Author_Label = get_option("EWD_UFAQ_Review_Author_Label");
|
33 |
+
if ($Review_Author_Label == "") {$Review_Author_Label = __("FAQ Author", 'EWD_UFAQ');}
|
34 |
$What_Name_With_Review_Label = get_option("EWD_UFAQ_What_Name_With_Review_Label");
|
35 |
if ($What_Name_With_Review_Label == "") {$What_Name_With_Review_Label = __("What name should be displayed with your FAQ?", 'EWD_UFAQ');}
|
36 |
|
readme.txt
CHANGED
@@ -209,6 +209,9 @@ Video 3 - FAQs Ordering
|
|
209 |
9. All answers displayed in the 'list' FAQ mode
|
210 |
|
211 |
== Changelog ==
|
|
|
|
|
|
|
212 |
= 1.5.2 =
|
213 |
- Fixed a labelling issue for the submit FAQ shortcode
|
214 |
|
209 |
9. All answers displayed in the 'list' FAQ mode
|
210 |
|
211 |
== Changelog ==
|
212 |
+
= 1.5.3 =
|
213 |
+
- Fixed a labelling issue for the submit FAQ shortcode
|
214 |
+
|
215 |
= 1.5.2 =
|
216 |
- Fixed a labelling issue for the submit FAQ shortcode
|
217 |
|