Plugin Directory

Changeset 2296615


Ignore:
Timestamp:
05/02/2020 11:29:50 AM (6 years ago)
Author:
Tobiask
Message:
  • Fixed PHP 7.2 warning
  • Tested with WP 5.4.1
Location:
subscribe-to-double-opt-in-comments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • subscribe-to-double-opt-in-comments/trunk/readme.txt

    r2256699 r2296615  
    44Tags: comments, subscribe, double opt in, kommentar, abonnieren, opt in, optin, kommentare, benachrichtigung, doi, doube-opt-in, comment, blog post
    55Requires at least: 4.7.0
    6 Tested up to: 5.4.0
    7 Stable tag: 6.6.7
     6Tested up to: 5.4.1
     7Stable tag: 6.6.8
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212
    1313== Changelog ==
     14
     15= 6.6.8 =
     16* Fixed PHP 7.2 warning
     17* Tested with WP 5.4.1
    1418
    1519= 6.6.7 =
  • subscribe-to-double-opt-in-comments/trunk/subscribe-to-double-opt-in-comments.php

    r2256699 r2296615  
    44Plugin URI:   https://sjmp.de/internet/subscribe-to-comments-mit-double-opt-in-pruefung/
    55Description:  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.7
     6Version:      6.6.8
    77Author:       Tobias Herde
    88Author URI:   https://sjmp.de/
     
    15221522
    15231523  <?php
    1524         if (count($postlist) > 0 && is_array($postlist)) {
     1524        if (is_array($postlist) && count($postlist) > 0) {
    15251525?>
    15261526
Note: See TracChangeset for help on using the changeset viewer.