wordpress/build/patch-util
2021-09-22 23:46:14 +02:00
..
rootfs/wp Add tool/util [patch-util] - useful only for devs/contributors 2021-03-19 19:10:54 +01:00
01-create-patch.sh Add multiarch support and GitHub actions. Support even older versions with newest features 2021-09-22 23:46:14 +02:00
00-download-file.sh Update indent: WordPress uses tabs 2021-03-19 19:29:17 +01:00
Dockerfile Update WordPress 5.7.2 -> 5.8.0 2021-09-01 21:03:25 +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.