Changeset 414039
- Timestamp:
- 07/23/2011 08:15:47 AM (15 years ago)
- File:
-
- 1 edited
-
clickchina/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clickchina/trunk/readme.txt
r413015 r414039 7 7 Stable tag: trunk 8 8 9 防止垃圾评论插件,点击正确的图形提交评论,仿"Clickcha"(Click on the Right picture to submit comments,to prevent spam comments,as clickcha)9 Click on the Right picture to submit comments,to prevent spam comments,as clickcha(防止垃圾评论插件,点击正确的图形提交评论,仿"Clickcha") 10 10 11 11 == Description == … … 19 19 == Installation == 20 20 21 1. (上传至插件目录)Upload me to the /wp-content/plugins/, 22 2. (激活插件)Activate the plugin through the 'Plugins' menu in WordPress. 23 3. (模板中的comments.php文件,如果没有这段代码`<?php do_action('comment_form', $post->ID); ?>`,请添加到`</form>`前) 24 If your theme doesn't have the code`<?php do_action('comment_form', $post->ID); ?>`, you must add them before the closing `</form>` tag in the `comments.php` file of the theme. 25 4. (如果你的模板评论使用了ajax,请不要使用本插件)we are conflicting with "ajax" comment theme. 21 1. If your theme doesn't have the code`<?php do_action('comment_form', $post->ID); ?>`, you must add them before the closing `</form>` tag in the `comments.php` file of the theme.(模板中的comments.php文件,如果没有这段代码`<?php do_action('comment_form', $post->ID); ?>`,请添加到`</form>`前) 22 2. we are conflicting with "ajax" comment theme.(如果你的模板评论使用了ajax,请不要使用本插件) 26 23 27 24 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.