akamai / wp-akamai

Apache License 2.0
23 stars 16 forks source link

Typo `purge_comemnts` in class-akamai-admin.php#L203 #8

Open jgraup opened 6 years ago

jgraup commented 6 years ago

There appears to be a typo in the follow file:

https://github.com/akamai/wp-akamai/blob/master/admin/class-akamai-admin.php#L203

'purge_comemnts'   => 1,

Should probably be

'purge_comments'   => 1,