[wp-trac] [WordPress Trac] #59557: Twenty Nineteen: The required WordPress versions do not match
WordPress Trac
noreply at wordpress.org
Tue Oct 17 09:52:21 UTC 2023
#59557: Twenty Nineteen: The required WordPress versions do not match
---------------------------+-----------------------------
Reporter: poena | Owner: SergeyBiryukov
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 6.4
Component: Bundled Theme | Version: 5.0
Severity: normal | Resolution: fixed
Keywords: has-patch | Focuses:
---------------------------+-----------------------------
Changes (by SergeyBiryukov):
* status: reviewing => closed
* resolution: => fixed
Comment:
In [changeset:"56952" 56952]:
{{{
#!CommitTicketReference repository="" revision="56952"
Twenty Nineteen: Correct the required WordPress version in theme headers.
The required version was previously set to two different values:
* 4.7 in the theme's `functions.php` file.
* 4.9.6 in theme headers, because of the `the_privacy_policy_link()`
function usage in `footer.php`.
However, as `the_privacy_policy_link()` call is wrapped in a
`function_exists()` check, it does not affect the requirements in
practice.
This commit aims to correct the discrepancy by updating theme headers to
match the actual required WP version.
Follow-up to [43808], [43892].
Props poena, kafleg, felipeelia, audrasjb, huzaifaalmesbah, shailu25,
nicolefurlan, oglekler.
Fixes #59557.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59557#comment:18>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list