Plugin Directory

Changeset 3282342


Ignore:
Timestamp:
04/26/2025 09:36:05 AM (11 months ago)
Author:
alisdee
Message:

Added placeholder text for the challenge question. Updated version compatibility.

Location:
askbox
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • askbox/trunk/askbox.php

    r2188685 r3282342  
    7777   
    7878    $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>'.
    8080          '<p><input type="submit" value="Ask!" class="submit"></p>'.
    8181          '</form>';
  • askbox/trunk/readme.txt

    r2188685 r3282342  
    22Contributors: alisdee
    33Tags: askbox
    4 Requires at least: 5.2.3
    5 Tested up to: 5.2.3
    6 Stable tag: 0.1
     4Requires at least: 6.8
     5Tested up to: 6.8
     6Stable tag: 0.2
    77
    88A Tumblr-style askbox for WordPress.
Note: See TracChangeset for help on using the changeset viewer.