@@ -106,10 +106,10 @@ |
||
| 106 | 106 | } |
| 107 | 107 | |
| 108 | 108 | |
| 109 | - /** |
|
| 110 | - * Checks API access |
|
| 111 | - */ |
|
| 112 | - private function check_access() |
|
| 109 | + /** |
|
| 110 | + * Checks API access |
|
| 111 | + */ |
|
| 112 | + private function check_access() |
|
| 113 | 113 | { |
| 114 | 114 | if (function_exists('current_user_can') && !current_user_can('manage_options')) { |
| 115 | 115 | die("Not allowed access here!"); |