Plugin Directory

Changeset 1671442


Ignore:
Timestamp:
06/06/2017 04:22:21 AM (9 years ago)
Author:
MikeChallis
Message:

fix duplicate id

Location:
si-captcha-for-wordpress/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • si-captcha-for-wordpress/trunk/readme.txt

    r1671436 r1671442  
    258258== Changelog ==
    259259
     260= 3.0.0.19 =
     261* (05 Jun 2017) - Fix duplicate si_captcha_code ID.
     262
    260263= 3.0.0.18 =
    261264* (05 Jun 2017) - Fix possible empty needle error.
  • si-captcha-for-wordpress/trunk/si-captcha.php

    r1671432 r1671442  
    99Domain Path: /languages
    1010License: GPLv2 or later
    11 Version: 3.0.0.18
     11Version: 3.0.0.19
    1212*/
    1313
    14 $si_captcha_version = '3.0.0.18';
     14$si_captcha_version = '3.0.0.19';
    1515
    1616/*  Copyright (C) 2008-2017 Mike Challis  (http://www.642weather.com/weather/contact_us.php)
     
    522522
    523523';
    524 echo '<p id="si_captcha_code">
     524echo '<p id="si_captcha_code_p">
    525525';
    526526echo $this->si_captcha_comment_label_html();
     
    563563
    564564';
    565 echo '<p id="si_captcha_code">
     565echo '<p id="si_captcha_code_p">
    566566';
    567567echo $this->si_captcha_comment_label_html();
     
    13001300    'label#si_captcha_code_label { margin:0; }',
    13011301    'input#si_captcha_code_input { width:65px; }',
    1302     'p#si_captcha_code { clear: left; padding-top:10px; }',
     1302    'p#si_captcha_code_p { clear: left; padding-top:10px; }',
    13031303    '.si-captcha-jetpack-error { color:#DC3232; }',
    13041304      );
Note: See TracChangeset for help on using the changeset viewer.