WordPress / theme-check

Theme Check plugin
https://wordpress.org/plugins/theme-check/
341 stars 114 forks source link

Checks for empty textdomain array #435

Closed justintadlock closed 1 year ago

justintadlock commented 1 year ago

This commit addresses issue #430. When a theme doesn't use any of the internationalization functions, the TextDomain_Check class doesn't account for an empty array of found domains.

kafleg commented 1 year ago

Thank you for this PR @justintadlock I checked and it is working fine.

Would you please check PHP Code Standards because all of them failed in this PR?