diff --git a/Home.md b/Home.md index 51199fe..024b2ec 100644 --- a/Home.md +++ b/Home.md @@ -2,19 +2,19 @@ Welcome to the WordPress-Coding-Standards wiki! Here you can learn things like how to: -- [Customize the behaviour of WPCS using custom properties in your ruleset](Customizable-sniff-properties) +- [Customize the behaviour of WordPressCS using custom properties in your ruleset](Customizable-sniff-properties) - [Fix errors relating to sanitizing input data](Fixing-errors-for-input-data), including: - [Sanitizing array input data](Sanitizing-array-input-data). - Fix errors related to escaping, like how to: - [Escape a `WP_Error` object](Escaping-a-WP_Error-object). - And if all else fails, [you can ignore parts of a file](Ignoring-Parts-of-a-File). -- Set up your IDE to work with PHPCS & WPCS +- Set up your IDE to work with PHP_CodeSniffer & WordPressCS - [Setting up WordPressCS to work in Atom](Setting-up-WordPressCS-to-work-in-Atom) - [Setting up WPCS when using Eclipse with XAMPP](How-to-use-WPCS-with-Eclipse-and-XAMPP) - [Setting up WordPressCS to work in Sublime Text](Setting-up-WordPressCS-to-work-in-Sublime-Text) - - [Setting up WPCS to work in PHPStorm](https://www.jetbrains.com/help/phpstorm/wordpress-aware-coding-assistance.html#checking_code_with_code_sniffer) (external link) - - [Setting up WPCS to work in Visual Studio](https://tommcfarlin.com/php-codesniffer-in-visual-studio-code/) (external link) - - [Setting up WPCS to work in Visual Studio with Remote-SSH](https://www.missionmike.dev/blog/wordpress/wpcs-with-remote-ssh) (external link) + - [Setting up WordPressCS to work in PHPStorm](https://www.jetbrains.com/help/phpstorm/wordpress-aware-coding-assistance.html#checking_code_with_code_sniffer) (external link) + - [Setting up WordPressCS to work in Visual Studio](https://tommcfarlin.com/php-codesniffer-in-visual-studio-code/) (external link) + - [Setting up WordPressCS to work in Visual Studio with Remote-SSH](https://www.missionmike.dev/blog/wordpress/wpcs-with-remote-ssh) (external link) - Run in CI - [Running in GitHub Actions](https://github.com/WordPress/WordPress-Coding-Standards/wiki/Running-in-GitHub-Actions) - [Running in Travis](https://github.com/WordPress/WordPress-Coding-Standards/wiki/Running-in-Travis) diff --git a/_Sidebar.md b/_Sidebar.md index 4129889..7ce0410 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -19,7 +19,7 @@ Running in CI * [Running in Travis](Running-in-Travis) For developers -* [Upgrading to WPCS 2.0.0](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Upgrade-Guide-to-WordPressCS-2.0.0-for-Developers-of-external-standards) +* [Upgrading to WordPressCS 2.0.0](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Upgrade-Guide-to-WordPressCS-2.0.0-for-Developers-of-external-standards) Project History * [Project Timeline](Project-Timeline) \ No newline at end of file