WordPress-Coding-Standards
WordPress-Coding-Standards copied to clipboard
report missing context for _x
_x( 'foo', '', 'bar' )
If the context of _x is empty, output an error message: "Do not use _x with empty context. Use __() instead"