Changeset 1307647
- Timestamp:
- 12/14/2015 02:12:44 AM (10 years ago)
- Location:
- page-comments-off-please/trunk
- Files:
-
- 2 edited
-
pagecommentsoffplease.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
page-comments-off-please/trunk/pagecommentsoffplease.php
r807198 r1307647 2 2 /* 3 3 Plugin Name: Page Comments Off Please 4 Version: 2.0. 24 Version: 2.0.3 5 5 License: GPL2 6 6 Plugin URI: http://techism.com/2010/dev/wp-plugins/page-comments-off-please/ … … 46 46 //////////////////////////////////////////////////////////////////////////// 47 47 //////////////////////////////////////////////////////////////////////////// 48 // 49 defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); 50 48 51 if(!class_exists('Page_Comments_Off_Please')) 49 52 { -
page-comments-off-please/trunk/readme.txt
r807195 r1307647 4 4 Tags: disable, page comments, page, checkbox, uncheck, discussion, check-box, please, turn off 5 5 Requires at least: 2.8 6 Tested up to: 3.7.17 Stable tag: 2.0. 28 Version: 2.0. 26 Tested up to: 4.4 7 Stable tag: 2.0.3 8 Version: 2.0.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 48 48 == Changelog == 49 49 50 = 2.0.3 = 51 * Security: Added wp-recommended security catch to stop direct-access of plugin primary php file. 52 50 53 = 2.0.2 = 51 54 * Scripts only load when really needed, and using proper wp practices.
Note: See TracChangeset
for help on using the changeset viewer.