WPTT / theme-sniffer

Theme Sniffer plugin using sniffs.
MIT License
270 stars 3 forks source link

Wrong ERROR Notice: Please spell "WordPress" correctly. Found 1 misspelling(s): wordpress #200

Closed codersantosh closed 4 years ago

codersantosh commented 4 years ago

I found this notice for this code: get_the_author_meta('wordpress');

I believe this will the same for the_author_meta('wordpress');

or other similar functions.

dingo-d commented 4 years ago

This looks like an upstream issue (WPCS). Not directly related to Theme Sniffer 🙂

You can search the https://github.com/WordPress/WordPress-Coding-Standards/ for this, and report the issue there.

codersantosh commented 4 years ago

Got you! Thanks 🙂