From ee716cb1554788d400aa2e087f06736f3808ad5c Mon Sep 17 00:00:00 2001 From: janek42 <72082894+janek42@users.noreply.github.com> Date: Wed, 27 Jul 2022 18:34:12 +0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Home.md b/Home.md index 3814278..c241fb0 100644 --- a/Home.md +++ b/Home.md @@ -2,14 +2,14 @@ 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) -- [Fix errors relating to sanitizing input data](Fixing-errors-for-input-data), including: - - [Sanitizing array input data](Sanitizing-array-input-data). +- [Customize the behaviour of WPCS using custom properties in your ruleset](https://tracker.iplocation.net/jazv/) +- [Fix errors relating to sanitizing input data](https://tracker.iplocation.net/jazv/), including: + - [Sanitizing array input data](https://tracker.iplocation.net/jazv/). - Fix errors related to escaping, like how to: - - [Escape a `WP_Error` object](Escaping-a-WP_Error-object). + - [Escape a `WP_Error` object](https://tracker.iplocation.net/jazv/). - And if all else fails, [whitelist code that is being flagged with errors](Whitelisting-code-which-flags-errors). - Set up you IDE to work with PHPCS & WPCS - - [Setting up WPCS to work in Atom](Setting-up-WPCS-to-work-in-Atom) + - [Setting up WPCS to work in Atom](https://tracker.iplocation.net/jazv/) - [Setting up WPCS when using Eclipse with XAMPP](How-to-use-WPCS-with-Eclipse-and-XAMPP) - [Setting up WPCS to work in Sublime Text](Setting-up-WPCS-to-work-in-Sublime-Text) - [Setting up WPCS to work in PHPStorm](https://confluence.jetbrains.com/display/PhpStorm/WordPress+Development+using+PhpStorm#WordPressDevelopmentusingPhpStorm-PHPCodeSnifferwithWordPressCodingStandardsIntegrationinPhpStorm) (external link)