Closed justintadlock closed 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.
TextDomain_Check
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?
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.