Changeset 1065856
- Timestamp:
- 01/12/2015 12:40:28 PM (11 years ago)
- Location:
- comment-expirator/trunk
- Files:
-
- 3 edited
-
classes/settings.php (modified) (1 diff)
-
comment-expirator.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
comment-expirator/trunk/classes/settings.php
r1012281 r1065856 133 133 134 134 135 public function print_default_date_section_info() { 136 137 } 138 139 135 140 /** 136 141 * Sanitize each setting field as needed -
comment-expirator/trunk/comment-expirator.php
r1012281 r1065856 35 35 define( 'COMMENT_EXPIRATOR_TEXTDOMAIN', 'comment-expirator' ); 36 36 define( 'COMMENT_EXPIRATOR_TEXTDOMAIN_PATH', dirname( plugin_basename( __FILE__) ) .'/languages' ); 37 define( 'COMMENT_EXPIRATOR_VERSION', '1.1. 0' );37 define( 'COMMENT_EXPIRATOR_VERSION', '1.1.1' ); 38 38 39 39 // Require necessary classes -
comment-expirator/trunk/readme.txt
r1012281 r1065856 3 3 Tags: posts, comments, expire, deactivate, schedule, scheduling, spam 4 4 Requires at least: 3.9 5 Tested up to: 4. 06 Stable tag: 1.1. 05 Tested up to: 4.1 6 Stable tag: 1.1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 32 32 == Changelog == 33 33 34 = 1.1.1 = 35 * Bugfix to remove a php warning on the settings page. 36 34 37 = 1.0.0 = 35 38 * Initial version
Note: See TracChangeset
for help on using the changeset viewer.