wp-shortstat
Opened 20 years ago
#369 new defect
wp-shortstat 1.3 doesn't work for WP 2.0.1
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | highest | Severity: | major |
| Plugin: | wp-shortstat | Keywords: | wp-shortstat 2.0.1 |
| Cc: |
Description
See here for the explanation: http://wordpress.org/support/topic/56700#post-324367
Here's the diff that will fix it:
13c13
< if (function_exists('check_admin_referer')) {
---
> if (function_exists('user_can_access_admin_page')) {
Note: See
TracTickets for help on using
tickets.