mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 14:13:27 +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:
parent
f2d68e2d55
commit
6178bbb0f8
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user