Suggestion on fix for new_user_approve_filter-bottom
-
First of all, thank you for a great plugin. It really helps us out with our website.
Secondly, I have a suggestion to fix the filters on the user list on the admin page (they are currently not translated and are also presented in lowercase).
To resolve this I replaced
esc_html( $status )
on line 180 in user-list.php
with
ucwords(__(esc_html( $status ), 'new-user-approve' ))
Would be really grateful if you could include this in a future version!
Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Suggestion on fix for new_user_approve_filter-bottom’ is closed to new replies.