Plugin Directory

Changeset 832655 for no-page-comment


Ignore:
Timestamp:
01/04/2014 05:49:53 AM (12 years ago)
Author:
sethta
Message:

Added missing files from failed SVN commit.

Location:
no-page-comment
Files:
14 added
2 edited

Legend:

Unmodified
Added
Removed
  • no-page-comment/trunk/no-page-comment.php

    r832635 r832655  
    44Plugin URI: http://sethalling.com/plugins/no-page-comment
    55Description: A plugin that uses javascript to disable comments by default on posts, pages and/or custom post types but leave them enabled on others, while still giving you the ability to individually set them on a page or post basis.
    6 Version: 1.0
     6Version: 1.0.1
    77Author: Seth Alling
    88Author URI: http://sethalling.com/
     
    6565                    'nav_menu_item',
    6666                );
    67                 public $plugin_ver = '1.0';
     67                public $plugin_ver = '1.0.1';
    6868
    6969                // Plugin Constructor
  • no-page-comment/trunk/readme.txt

    r832641 r832655  
    7878== Changelog ==
    7979
     80= 1.0.1 =
     81* FIX: Added missing files from failed SVN commit.
     82
    8083= 1.0 =
    8184* UPDATE: Rewrite plugin to decrease code bloat
Note: See TracChangeset for help on using the changeset viewer.