Changeset 6236

Show
Ignore:
Timestamp:
07/24/06 09:43:48 (2 years ago)
Author:
GamerZ
Message:

FIXED: Image Verify Is Now Not Case Sensitive

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wp-email/trunk/email/wp-email-popup.php

    r6210 r6236  
    131131                  // Check Whether We Enable Image Verification 
    132132                  if($email_image_verify) { 
     133                        $imageverify = strtoupper($imageverify); 
    133134                        if(empty($imageverify)) { 
    134135                              $error .= '<br /><b>&raquo;</b> '.__('Image verification is empty.'); 
  • wp-email/trunk/email/wp-email.php

    r6084 r6236  
    33+----------------------------------------------------------------+ 
    44|                                                                                                                                         | 
    5 |     WordPress 2.0 Plugin: WP-EMail 2.05                                                           | 
     5|     WordPress 2.0 Plugin: WP-EMail 2.07                                                           | 
    66|     Copyright (c) 2005 Lester "GaMerZ" Chan                                                   | 
    77|                                                                                                                                         | 
     
    109109                  // Check Whether We Enable Image Verification 
    110110                  if($email_image_verify) { 
     111                        $imageverify = strtoupper($imageverify); 
    111112                        if(empty($imageverify)) { 
    112113                              $error .= '<br /><b>&raquo;</b> '.__('Image verification is empty.'); 
  • wp-email/trunk/readme.html

    r6210 r6236  
    219219                                    <li>NEW: Added rel="nofollow" To All Links Generated By WP-EMail</li> 
    220220                                    <li>NEW: Added noindex, nofollow To Robots Meta Tag In wp-email-popup.php</li> 
     221                                    <li>FIXED: Image Verify Is Now Not Case Sensitive</li> 
    221222                              </ul> 
    222223                        </li>