wordpress/build/patch-util
xZero707 a03f12990b
Update regex so only last zero matches
Fixes the bug with newer sed versions
2022-07-25 23:51:18 +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 Add specify WP_VERSION in arguments 2021-09-23 17:44:41 +02:00
Dockerfile Add specify WP_VERSION in arguments 2021-09-23 17:44:41 +02:00
README.md Add tool/util [patch-util] - useful only for devs/contributors 2021-03-19 19:10:54 +01:00

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.