Changeset 1667347
- Timestamp:
- 05/30/2017 10:43:20 PM (9 years ago)
- Location:
- qhub-qa/trunk
- Files:
-
- 2 edited
-
qhub.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
qhub-qa/trunk/qhub.php
r922996 r1667347 31 31 "name" => "qhub_numbertoshow", 32 32 "std" => '5', 33 "title" => "Number of Questions to Show",33 "title" => "Number of Questions to Display", 34 34 "type" => "text", 35 35 "description" => "Number of related questions you wish the plugin to show."), … … 58 58 // check validity of date 59 59 if(empty($unix_date)) { 60 return " Bad date";60 return "Invalid date"; 61 61 } 62 62 -
qhub-qa/trunk/readme.txt
r1048027 r1667347 3 3 Tags: qhub, hub, questions, answers, Q&A, question and answer, question and answer software, questions and answers software 4 4 Requires at least: 2.9.2 5 Tested up to: 4. 15 Tested up to: 4.7.5 6 6 Stable tag: trunk 7 7 License: GPLv2 or later … … 41 41 42 42 == Changelog == 43 44 = 1.04.97 = 45 * Changes to make the code compatible with latest Wordpress version 43 46 44 47 = 1.04.96 =
Note: See TracChangeset
for help on using the changeset viewer.