mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-08 23:02:41 +01:00
Introduce WP_PATCH_VERSION that allows reusing patch across the versions
In most cases, there is no need for new patch, as it's exactly the same. There were no changes recorded between versions 5.9.1 and 6.2.2
This commit is contained in:
@@ -41,7 +41,7 @@ function "get-args" {
|
||||
params = [version, patch_version]
|
||||
result = {
|
||||
WP_VERSION = version
|
||||
WP_PATCH_VERSION = patch_version)
|
||||
WP_PATCH_VERSION = patch_version
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user