Changeset 2019258
- Timestamp:
- 01/25/2019 05:43:53 PM (7 years ago)
- Location:
- admin10x/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
admin10x.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin10x/trunk/README.txt
r1695279 r2019258 3 3 Tags: admin, performance 4 4 Requires at least: 4.7 5 Tested up to: 4.76 Stable tag: 4.75 Tested up to: 5.0.3 6 Stable tag: 5.0.3 7 7 License: MIT 8 8 … … 15 15 works around this limitation by adding a cache table of authors and optimizing the query. 16 16 17 Copyright (c) 201 7Brandon Liles17 Copyright (c) 2019 Brandon Liles 18 18 19 19 == Installation == … … 22 22 23 23 == Changelog == 24 25 = 1.0.3 = 26 Removed additional debugging lines. 24 27 25 28 = 1.0.2 = -
admin10x/trunk/admin10x.php
r1695279 r2019258 14 14 * Description: Admin10X improves the performance of some admin features when your site has many registered users. 15 15 * Author: Brandon Liles 16 * Version: 1.0. 216 * Version: 1.0.3 17 17 * License: MIT (license.txt) 18 18 */ … … 56 56 57 57 foreach($authors as $author) { 58 error_log(json_encode($author->data));59 58 $this->add_author($author->data->ID); 60 59 }
Note: See TracChangeset
for help on using the changeset viewer.