Changeset 489988
- Timestamp:
- 01/14/2012 10:33:39 PM (14 years ago)
- Location:
- obstcha
- Files:
-
- 2 deleted
- 2 edited
- 3 copied
-
tags/1.4 (copied) (copied from obstcha/trunk)
-
tags/1.4/Obstcha.php (copied) (copied from obstcha/trunk/Obstcha.php) (1 diff)
-
tags/1.4/javascript.js (deleted)
-
tags/1.4/readme.txt (copied) (copied from obstcha/trunk/readme.txt) (3 diffs)
-
trunk/Obstcha.php (modified) (1 diff)
-
trunk/javascript.js (deleted)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
obstcha/tags/1.4/Obstcha.php
r477732 r489988 49 49 '<script type="text/javascript">'."\n". 50 50 '/* <!-- */'."\n". 51 'Obstcha_replace(\'Obstcha\',\'Obstcha_captchaJs\');'."\n". 51 'var s=document.getElementById(\'Obstcha\');'. 52 'if(s)s.style.display=\'none\';'. 53 'document.getElementById(\'Obstcha_captchaJs\').value=(new Date).getFullYear()+\'.\'+((new Date).getMonth()+1);'."\n". 52 54 '/* --> */'."\n". 53 55 '</script>'."\n"; -
obstcha/tags/1.4/readme.txt
r477732 r489988 5 5 Requires at least: 3.0.0 6 6 Tested up to: 3.2.1 7 Stable tag: 1. 37 Stable tag: 1.4 8 8 9 9 Decent comment verification to avoid spam without user interaction. … … 23 23 1. Upload the directory `Obstcha` to the `/wp-content/plugins/` directory 24 24 2. Activate the plugin through the 'Plugins' menu in WordPress 25 3. Copy the content of `javascript.js` into your javascript file.26 25 27 26 … … 39 38 = 1.3 = 40 39 * Add noscript tag for less traffic and less cpu usage 40 41 = 1.4 = 42 * Remove extra javascript file 43 -
obstcha/trunk/Obstcha.php
r477732 r489988 49 49 '<script type="text/javascript">'."\n". 50 50 '/* <!-- */'."\n". 51 'Obstcha_replace(\'Obstcha\',\'Obstcha_captchaJs\');'."\n". 51 'var s=document.getElementById(\'Obstcha\');'. 52 'if(s)s.style.display=\'none\';'. 53 'document.getElementById(\'Obstcha_captchaJs\').value=(new Date).getFullYear()+\'.\'+((new Date).getMonth()+1);'."\n". 52 54 '/* --> */'."\n". 53 55 '</script>'."\n"; -
obstcha/trunk/readme.txt
r477732 r489988 5 5 Requires at least: 3.0.0 6 6 Tested up to: 3.2.1 7 Stable tag: 1. 37 Stable tag: 1.4 8 8 9 9 Decent comment verification to avoid spam without user interaction. … … 23 23 1. Upload the directory `Obstcha` to the `/wp-content/plugins/` directory 24 24 2. Activate the plugin through the 'Plugins' menu in WordPress 25 3. Copy the content of `javascript.js` into your javascript file.26 25 27 26 … … 39 38 = 1.3 = 40 39 * Add noscript tag for less traffic and less cpu usage 40 41 = 1.4 = 42 * Remove extra javascript file 43
Note: See TracChangeset
for help on using the changeset viewer.