Fix additional Markdown line lengths for Codacy compliance

- Break long prose lines to under 120 characters
- Improve readability of documentation
- URLs and ASCII art diagrams left unchanged (cannot be shortened)
This commit is contained in:
2025-11-24 22:12:43 +00:00
parent a509d15acc
commit f6d30e92d0
5 changed files with 30 additions and 15 deletions

View File

@@ -1,6 +1,8 @@
# WordPress Plugin Testing Framework
This document outlines how to set up and run tests for our plugin in both single site and multisite WordPress environments.
This document outlines how to set up and run tests for our plugin.
It covers both single site and multisite WordPress environments.
## Overview