Ticket #369 (new defect)

Opened 2 years ago

wp-shortstat 1.3 doesn't work for WP 2.0.1

Reported by: filosofo Assigned to: chuyskywalker
Priority: highest Component: wp-shortstat
Severity: major 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')) {