Changeset 142694
- Timestamp:
- 08/04/2009 10:32:05 AM (17 years ago)
- Location:
- some-chinese-please/trunk
- Files:
-
- 3 edited
-
SomeChinesePlease.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
scp-front.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
some-chinese-please/trunk/SomeChinesePlease.php
r142419 r142694 5 5 Description: 这是一个给用中文写作的blogger准备的防御spam的插件。 6 6 Author: 冰古 7 Version: 1.0. 27 Version: 1.0.3 8 8 Author URI: http://bingu.net 9 9 License: GNU General Public License 2.0 http://www.gnu.org/licenses/gpl.html -
some-chinese-please/trunk/readme.txt
r140966 r142694 4 4 Tags: comments, spam, Chinese 5 5 Requires at least: 2.6 6 Tested up to: 2.8. 27 Stable tag: 1.0. 26 Tested up to: 2.8.3 7 Stable tag: 1.0.3 8 8 9 9 用中文写作的blog必备的防御spam插件 … … 15 15 16 16 == Changelog == 17 18 = 1.0.3 = 19 20 * 通过W3C HTML验证 17 21 18 22 = 1.0.2 = -
some-chinese-please/trunk/scp-front.php
r140966 r142694 30 30 $options['message'] = apply_filters('display_smilies', $options['message']); 31 31 echo <<<JS 32 <script type="text/javascript"> 32 <script type="text/javascript"><!-- 33 33 var cf = document.getElementById("commentform"); 34 34 cf.innerHTML += "<p class='scp_message' style='color:#EB5050;clear:both;'>{$options['message']}</p>"; 35 </script>35 //--></script> 36 36 JS; 37 37 }
Note: See TracChangeset
for help on using the changeset viewer.