Fix remaining Markdown line lengths for Codacy compliance

- Break long lines in wiki documentation files
- Improve readability of README.md
- Update PR-DESCRIPTION.md for better formatting
- Fix code-review.md long lines
This commit is contained in:
2025-11-24 21:57:57 +00:00
parent 3b73654202
commit a44826e75e
7 changed files with 73 additions and 23 deletions

View File

@@ -229,7 +229,9 @@ Customize the includes/core.php file to implement your core functionality and th
### Is this template compatible with WordPress multisite?
Yes, this template is fully compatible with WordPress multisite installations. We have a comprehensive testing framework that allows you to verify functionality in both single site and multisite environments.
Yes, this template is fully compatible with WordPress multisite installations.
We have a testing framework that allows you to verify functionality in both environments.
You can test multisite compatibility in two ways:
@@ -241,7 +243,8 @@ You can test multisite compatibility in two ways:
npm run setup:multisite
```
For more details on our testing approach, see the [Testing Framework](.wiki/Testing-Framework.md) and [Playground Testing](.wiki/Playground-Testing.md) documentation.
For more details on our testing approach, see the [Testing Framework](.wiki/Testing-Framework.md)
and [Playground Testing](.wiki/Playground-Testing.md) documentation.
## Support & Feedback