Changeset 1459356
- Timestamp:
- 07/23/2016 01:26:29 AM (10 years ago)
- Location:
- wp-report-post/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-report-post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-report-post/trunk/readme.txt
r1443161 r1459356 77 77 == Changelog == 78 78 79 = 2.1.2 = 80 Bug fixed: duplicate reports were sent to administrator 81 79 82 = 2.1.1 = 80 83 Bug fixed: not expanding report when clicking user name in admin section -
wp-report-post/trunk/wp-report-post.php
r1443161 r1459356 8 8 * Author: Alex Raven 9 9 * Company: ESITEQ 10 * Version: 2.1. 110 * Version: 2.1.2 11 11 * Updated 2016-06-12 12 12 * Created 2013-09-22 … … 572 572 $json['post'] = $post; 573 573 $this->post['post_title'] = $post->post_title; 574 // !!!575 $this->email_notification();576 574 if (!filter_var($_POST['report_post_email'], FILTER_VALIDATE_EMAIL) === false) 577 575 {
Note: See TracChangeset
for help on using the changeset viewer.