Changes between Initial Version and Version 1 of Ticket #54004, comment 14
- Timestamp:
- 01/25/2022 12:41:23 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54004, comment 14
initial v1 16 16 }}} 17 17 18 I think I'll have to create a new API for it, and return `[ trunk, WP_CORE_DEV_BRANCH (5.9), WP_CORE_STABLE_BRANCH (5.8) ]` for this scenario, and `[ trunk, WP_CORE_STABLE_BRANCH (5.9) ]` for normal. 18 I think I'll have to create a new API for it, and return `[ trunk, WP_CORE_DEV_BRANCH (5.9), WP_CORE_STABLE_BRANCH (5.8) ]` for this scenario, and `[ trunk, WP_CORE_STABLE_BRANCH (5.9) ]` for normal.. or just make $LATEST_CORE_BRANCH reflect the dev-branch instead of stable-branch after release branching.. 19 19 20 20 Bumped it for branches/5.9 in https://build.trac.wordpress.org/changeset/52227