Plugin Directory

Changeset 1459356


Ignore:
Timestamp:
07/23/2016 01:26:29 AM (10 years ago)
Author:
esiteq
Message:

Bugfix: duplicate reports were sent to administrator

Location:
wp-report-post/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-report-post/trunk/readme.txt

    r1443161 r1459356  
    7777== Changelog ==
    7878
     79= 2.1.2 =
     80Bug fixed: duplicate reports were sent to administrator
     81
    7982= 2.1.1 =
    8083Bug fixed: not expanding report when clicking user name in admin section
  • wp-report-post/trunk/wp-report-post.php

    r1443161 r1459356  
    88 * Author: Alex Raven
    99 * Company: ESITEQ
    10  * Version: 2.1.1
     10 * Version: 2.1.2
    1111 * Updated 2016-06-12
    1212 * Created 2013-09-22
     
    572572            $json['post'] = $post;
    573573            $this->post['post_title'] = $post->post_title;
    574             // !!!
    575             $this->email_notification();
    576574            if (!filter_var($_POST['report_post_email'], FILTER_VALIDATE_EMAIL) === false)
    577575            {
Note: See TracChangeset for help on using the changeset viewer.