Changeset 3297715
- Timestamp:
- 05/21/2025 01:40:11 AM (7 months ago)
- Location:
- turn-off-comments
- Files:
-
- 8 added
- 3 edited
-
tags/1.7.3 (added)
-
tags/1.7.3/LICENSE (added)
-
tags/1.7.3/functions.php (added)
-
tags/1.7.3/index.php (added)
-
tags/1.7.3/languages (added)
-
tags/1.7.3/readme.txt (added)
-
tags/1.7.3/turn-off-comments.php (added)
-
tags/1.7.3/uninstall.php (added)
-
trunk/functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/turn-off-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
turn-off-comments/trunk/functions.php
r3291107 r3297715 161 161 // 1. There is NO install date (new installation) OR 162 162 // 2. Installation date is BEFORE May 15, 2025 163 if ($install_date && strtotime($install_date) >= strtotime('2025-05- 15')) {163 if ($install_date && strtotime($install_date) >= strtotime('2025-05-25')) { 164 164 return; 165 165 } -
turn-off-comments/trunk/readme.txt
r3291107 r3297715 5 5 Requires at least: 5.2 6 6 Tested up to: 6.8 7 Stable tag: 1.7. 27 Stable tag: 1.7.3 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later -
turn-off-comments/trunk/turn-off-comments.php
r3291107 r3297715 5 5 * Plugin URI: https://wordpress.org/plugins/turn-off-comments/ 6 6 * Description: Turn Off Comments from your WordPress Website. 7 * Version: 1.7. 27 * Version: 1.7.3 8 8 * Tested Up to: 6.8 9 9 * Requires at least: 5.2
Note: See TracChangeset
for help on using the changeset viewer.