stuttter / wp-user-activity

The best way to log activity in WordPress
https://wordpress.org/plugins/wp-user-activity/
GNU General Public License v2.0
43 stars 13 forks source link

strtolower used on post type labels that may contain utf returns illegal char #27

Closed knutsp closed 2 years ago

knutsp commented 3 years ago

Example: Using strtolower on a string like "Målinger" causes an illegal character in place of the "å". Usemb_strtolower

knutsp commented 3 years ago

This happens in at least class-action-posts.php:298

JJJ commented 2 years ago

Fixed via #28