Plugin Directory

Changeset 459614


Ignore:
Timestamp:
11/05/2011 09:00:39 AM (14 years ago)
Author:
mcshell
Message:

Adding second version of my plugin

Location:
wp-comment-access/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-comment-access/trunk/readme.txt

    r455920 r459614  
    44Requires at least: 3.2
    55Tested up to: 3.2
    6 Stable tag: 0.2.2
     6Stable tag: trunk
    77
    88== Description ==
    99This plugin is used to specify the IP written comments, to reduce comment spam
    10 issues, can be used for SEO, managing multiple sites.
     10issues, can be used for SEO, managing multiple sites.Please commments.php added before "do_action ('comment_form_before')".
    1111== Installation ==
    1212* PHP >= 5.2 needed.
     
    1717= 1.0 =
    1818* First release.
    19 
     19= 1.1 =
     20* Modify some sidebar BUG
  • wp-comment-access/trunk/wp-comment-access.php

    r455920 r459614  
    44Plugin Name: WP_Comment_Access
    55Plugin URI: http://blog.mcshell.org/
    6 Description: This plugin is used to specify the IP written comments, to reduce comment spam issues, can be used for SEO, managing multiple sites.By TCreate
    7 Version: 1.0
     6Description: This plugin is used to specify the IP written comments, to reduce comment spam issues, can be used for SEO, managing multiple sites.Please commments.php added before "do_action ('comment_form_before')".By TCreate
     7Version: 1.1
    88Author: McShell
    99Author URI: http://blog.mcshell.org/
     
    8484function cfa_no_comment_form () {
    8585echo "You do not have permission to comment on";
    86 exit;
     86global  $post;
     87$post->comment_status='closed';
     88
    8789}
    8890
Note: See TracChangeset for help on using the changeset viewer.