We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Destroyed Ignoring code which flags errors (markdown)
Created Ignoring code which flags errors (markdown)
The version code should be `v3`, rather than `3`. Received error "Unable to resolve action `ramsey/composer-install@3`, unable to find version `3`", if using `uses: "ramsey/composer-install@3"`.
Update ramsey/composer-install version
Fix some typos
Updated Home (markdown)
Add an example for escaping static methods
Update actions/checkout version
Fix the link of "Upgrade Guide to WordPressCS 3.0.0 for Developers..." -- it was linked to 2.0.0
Remove extra closing parenthesis.
Customizable properties: fix TOC links
Fixing input data: minimal changes for WordPressCS 3.0.0
Customizable properties: update for WordPressCS 3.0.0 * Verified all intentionally `public` properties are listed and added those which were missing/have been added in WPCS 3.0.0. Note: there are a couple of sniffs which do have inherited `public` properties, but those are not intended to be changed by end-users. In that case, the sniff is not listed on this page. * Verified the list of sniffs allowing for the `exclude` property. Note: some sniffs, for which the `exclude` property would effectively turn the sniff off, have deliberately not been listed. * Updated property names for those properties which were renamed and added a notice about the rename. * Moved information on removed properties/properties on sniffs which were removed, to a separate section at the bottom of the page (in a fold-out). * Updated some of the code samples. * Replace the link about nonce verification with a better one. * Updated some quotes from the WP coding standards manual. * Added link to info on public properties for sniffs from PHPCSExtra. * Updated `WPCS` to `WordPressCS`. * Improved subheaders. * Tidied up table layouts. * Removed non-inclusive language. * Various other minor textual updates. * Updated the Table of Contents to reflect the new page.
Eclipse guide: Minor tweaks to the "Note from maintainers"
Home: tweaks title for upgrade guide
Updated Upgrade Guide to WordPressCS 3.0.0 for ruleset maintainers (markdown)
Updated _Sidebar (markdown)
Link update for the Eclipse and XAMPP entry
Fixed the formatting of the wiki article and added a note about PEAR install
Minor grammar fix
Minor edits to remove the `whitelist` name, and some minor typo fixes
Homepage: move upgrade guides to sub-list
Add upgrade guide to WordPressCS 3.0.0 for developers of external standards
Add upgrade guide to WordPressCS 3.0.0 for ruleset maintainers/end-users
Sanitizing input: minimal changes for WordPressCS 3.0.0
Escaping WP_Error: minimal changes for WordPressCS 3.0.0
Home/Sidebar: use relative links for local wiki pages
Home/Sidebar: change most project references to WordPressCS
Setting up/Sublime: rename page
Setting up/Atom: rename page and minimal changes