WordPress-Coding-Standards icon indicating copy to clipboard operation
WordPress-Coding-Standards copied to clipboard

report missing context for _x

Open kkmuffme opened this issue 4 years ago • 0 comments

_x( 'foo', '', 'bar' )

If the context of _x is empty, output an error message: "Do not use _x with empty context. Use __() instead"

kkmuffme avatar Sep 20 '20 09:09 kkmuffme