Add tool/util [patch-util] - useful only for devs/contributors

This commit is contained in:
xZero707
2021-03-19 19:10:54 +01:00
parent a61b1c90dd
commit 3c7ed3fff5
5 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Patch Helper Utility
This utility is intended for developers/contributors to more painlessly create a patch(es) for core WordPress file(s).
The flow is like this:
```
$ ./00-download-file.sh
# Modify file prefixed with mod-
$ ./01-create-patch.sh
# Copy over finished patch to appropriate location in rootfs/etc/wp-mods
```
Instructions are provided by the scripts.
### Supported patches
- **wp-admin/update-core.php**
Click [here](https://github.com/N0rthernL1ghts/wordpress/wiki/WordPress-Core-Updates) for details.