iconicwp / WordPress-Settings-Framework

A settings framework for the WordPress settings API
MIT License
334 stars 66 forks source link

Switched out translation functions and added textdomains. #73

Closed davegreenwp closed 2 years ago

davegreenwp commented 2 years ago

Replaced instances of __() with the safer esc_html__() and added textdomains where required.

I felt wpsf was too generic, preferring the hypenated wp-sf to avoid textdomain conflicts.