wordpress/build/patch-util
2023-04-02 20:31:39 +02:00
..
rootfs/wp Update regex so only last zero matches 2022-07-25 23:51:18 +02:00
01-create-patch.sh Fix path traverse error that caused patch to be copied to the incorrect location 2022-01-15 06:17:26 +01:00
00-download-file.sh Update formatting 2023-04-02 20:31:39 +02:00
Dockerfile Update tests and patch-util Docker image to use PHP 8.1 2023-03-21 02:12:31 +01:00
README.md

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 for details.