Changeset 2296615
- Timestamp:
- 05/02/2020 11:29:50 AM (6 years ago)
- Location:
- subscribe-to-double-opt-in-comments/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
subscribe-to-double-opt-in-comments.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
subscribe-to-double-opt-in-comments/trunk/readme.txt
r2256699 r2296615 4 4 Tags: comments, subscribe, double opt in, kommentar, abonnieren, opt in, optin, kommentare, benachrichtigung, doi, doube-opt-in, comment, blog post 5 5 Requires at least: 4.7.0 6 Tested up to: 5.4. 07 Stable tag: 6.6. 76 Tested up to: 5.4.1 7 Stable tag: 6.6.8 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 13 13 == Changelog == 14 15 = 6.6.8 = 16 * Fixed PHP 7.2 warning 17 * Tested with WP 5.4.1 14 18 15 19 = 6.6.7 = -
subscribe-to-double-opt-in-comments/trunk/subscribe-to-double-opt-in-comments.php
r2256699 r2296615 4 4 Plugin URI: https://sjmp.de/internet/subscribe-to-comments-mit-double-opt-in-pruefung/ 5 5 Description: Allows readers to receive notifications via e-mail of new comments that are posted to a blog post. The first e-mail for a blog post is validated with a double-opt-in feature to ensure the user itself registered for notifications. Based on version 2 of "Subscribe to Comments" from Mark Jaquith (http://txfx.net/). 6 Version: 6.6. 76 Version: 6.6.8 7 7 Author: Tobias Herde 8 8 Author URI: https://sjmp.de/ … … 1522 1522 1523 1523 <?php 1524 if ( count($postlist) > 0 && is_array($postlist)) {1524 if (is_array($postlist) && count($postlist) > 0) { 1525 1525 ?> 1526 1526
Note: See TracChangeset
for help on using the changeset viewer.