Changeset 3282342
- Timestamp:
- 04/26/2025 09:36:05 AM (11 months ago)
- Location:
- askbox
- Files:
-
- 3 added
- 2 edited
-
tags/0.2 (added)
-
tags/0.2/askbox.php (added)
-
tags/0.2/readme.txt (added)
-
trunk/askbox.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
askbox/trunk/askbox.php
r2188685 r3282342 77 77 78 78 $r .= '<p><label for="askq">Ask me anything!</label> <textarea rows="7" id="askq" name="ask[question]">'. $ask['question'] .'</textarea></p>'. 79 '<p><label for="askc">'. $atts['captcha'][0]['q'] .'</lable> <input type="text" id="askc" name="ask[captcha]" ></p>'.79 '<p><label for="askc">'. $atts['captcha'][0]['q'] .'</lable> <input type="text" id="askc" name="ask[captcha]" placeholder="'. $atts['captcha'][0]['a'] .'"></p>'. 80 80 '<p><input type="submit" value="Ask!" class="submit"></p>'. 81 81 '</form>'; -
askbox/trunk/readme.txt
r2188685 r3282342 2 2 Contributors: alisdee 3 3 Tags: askbox 4 Requires at least: 5.2.35 Tested up to: 5.2.36 Stable tag: 0. 14 Requires at least: 6.8 5 Tested up to: 6.8 6 Stable tag: 0.2 7 7 8 8 A Tumblr-style askbox for WordPress.
Note: See TracChangeset
for help on using the changeset viewer.