Changeset 1762492
- Timestamp:
- 11/10/2017 04:30:23 AM (8 years ago)
- Location:
- simple-login-log/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
simple-login-log.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-login-log/trunk/readme.txt
r1660615 r1762492 5 5 Requires at least: 3.0 6 6 Tested up to: 4.7.5 7 Stable tag: 1.1. 27 Stable tag: 1.1.3 8 8 9 9 This plugin keeps a log of WordPress user logins. Offers user and date filtering, and export features. … … 49 49 50 50 == Changelog == 51 52 **Version 1.1.3** 53 - Minor fix. 51 54 52 55 **Version 1.1.2** -
simple-login-log/trunk/simple-login-log.php
r1660615 r1762492 5 5 Description: This plugin keeps a log of WordPress user logins. Offers user filtering and export features. 6 6 Author: Max Chirkov 7 Version: 1.1. 27 Version: 1.1.3 8 8 Author URI: http://SimpleRealtyTheme.com 9 9 */ … … 566 566 567 567 $sql = "SELECT * FROM $this->table" . $where . " ORDER BY {$orderby} {$order} " . 'LIMIT ' . $limit . ' OFFSET ' . $offset; 568 var_dump($sql);569 568 570 569 $data = $wpdb->get_results($sql, 'ARRAY_A');
Note: See TracChangeset
for help on using the changeset viewer.