Changeset 6236
- Timestamp:
- 07/24/06 09:43:48 (2 years ago)
- Files:
-
- wp-email/trunk/email/wp-email-popup.php (modified) (1 diff)
- wp-email/trunk/email/wp-email.php (modified) (2 diffs)
- wp-email/trunk/readme.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-email/trunk/email/wp-email-popup.php
r6210 r6236 131 131 // Check Whether We Enable Image Verification 132 132 if($email_image_verify) { 133 $imageverify = strtoupper($imageverify); 133 134 if(empty($imageverify)) { 134 135 $error .= '<br /><b>»</b> '.__('Image verification is empty.'); wp-email/trunk/email/wp-email.php
r6084 r6236 3 3 +----------------------------------------------------------------+ 4 4 | | 5 | WordPress 2.0 Plugin: WP-EMail 2.0 5|5 | WordPress 2.0 Plugin: WP-EMail 2.07 | 6 6 | Copyright (c) 2005 Lester "GaMerZ" Chan | 7 7 | | … … 109 109 // Check Whether We Enable Image Verification 110 110 if($email_image_verify) { 111 $imageverify = strtoupper($imageverify); 111 112 if(empty($imageverify)) { 112 113 $error .= '<br /><b>»</b> '.__('Image verification is empty.'); wp-email/trunk/readme.html
r6210 r6236 219 219 <li>NEW: Added rel="nofollow" To All Links Generated By WP-EMail</li> 220 220 <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> 221 222 </ul> 222 223 </li>
