Changeset 1443161
- Timestamp:
- 06/24/2016 09:27:38 PM (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
r1442721 r1443161 77 77 == Changelog == 78 78 79 = 2.1.1 = 80 Bug fixed: not expanding report when clicking user name in admin section 81 79 82 = 2.1.0 = 80 83 * Email notifications added -
wp-report-post/trunk/wp-report-post.php
r1442987 r1443161 8 8 * Author: Alex Raven 9 9 * Company: ESITEQ 10 * Version: 2.1. 010 * Version: 2.1.1 11 11 * Updated 2016-06-12 12 12 * Created 2013-09-22 … … 741 741 $('.report-user-row').click(function(e) 742 742 { 743 $div = $(this).next().next() ;743 $div = $(this).next().next().next(); 744 744 if ($div.css('display') == 'none') 745 745 {
Note: See TracChangeset
for help on using the changeset viewer.