Changeset 832655 for no-page-comment
- Timestamp:
- 01/04/2014 05:49:53 AM (12 years ago)
- Location:
- no-page-comment
- Files:
-
- 14 added
- 2 edited
-
tags/1.0 (added)
-
tags/1.0.1 (added)
-
tags/1.0.1/no-page-comment-settings.php (added)
-
tags/1.0.1/no-page-comment.css (added)
-
tags/1.0.1/no-page-comment.php (added)
-
tags/1.0.1/page-comment.js (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0/no-page-comment-settings.php (added)
-
tags/1.0/no-page-comment.css (added)
-
tags/1.0/no-page-comment.php (added)
-
tags/1.0/page-comment.js (added)
-
tags/1.0/readme.txt (added)
-
trunk/no-page-comment-settings.php (added)
-
trunk/no-page-comment.css (added)
-
trunk/no-page-comment.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
no-page-comment/trunk/no-page-comment.php
r832635 r832655 4 4 Plugin URI: http://sethalling.com/plugins/no-page-comment 5 5 Description: 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 6 Version: 1.0.1 7 7 Author: Seth Alling 8 8 Author URI: http://sethalling.com/ … … 65 65 'nav_menu_item', 66 66 ); 67 public $plugin_ver = '1.0 ';67 public $plugin_ver = '1.0.1'; 68 68 69 69 // Plugin Constructor -
no-page-comment/trunk/readme.txt
r832641 r832655 78 78 == Changelog == 79 79 80 = 1.0.1 = 81 * FIX: Added missing files from failed SVN commit. 82 80 83 = 1.0 = 81 84 * UPDATE: Rewrite plugin to decrease code bloat
Note: See TracChangeset
for help on using the changeset viewer.