WordPress/wp-content/themes
Sergey Biryukov 41a5f69fde 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.
Built from https://develop.svn.wordpress.org/trunk@56952


git-svn-id: http://core.svn.wordpress.org/trunk@56463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-17 09:54:23 +00:00
..
twentyeleven Bundled Theme: Implement the_header_image_tag function for enhanced compatibility for older core themes. 2023-09-14 11:25:19 +00:00
twentyfifteen Bundled Themes: Use `defer` loading strategy for theme scripts. 2023-09-12 00:06:19 +00:00
twentyfourteen Twenty Fourteen: Correct `@since` entry for an authors list query arguments filter. 2023-10-04 12:14:24 +00:00
twentynineteen Twenty Nineteen: Correct the required WordPress version in theme headers. 2023-10-17 09:54:23 +00:00
twentyseventeen Bundled Themes: Use `defer` loading strategy for theme scripts. 2023-09-12 00:06:19 +00:00
twentysixteen Twenty Thirteen, Twenty Sixteen: Use default display for summary element. 2023-10-16 04:43:22 +00:00
twentyten Bundled Theme: Implement the_header_image_tag function for enhanced compatibility for older core themes. 2023-09-14 11:25:19 +00:00
twentythirteen Twenty Thirteen, Twenty Sixteen: Use default display for summary element. 2023-10-16 04:43:22 +00:00
twentytwelve Bundled Theme: Implement the_header_image_tag function for enhanced compatibility for older core themes. 2023-09-14 11:25:19 +00:00
twentytwenty Twenty Twenty: Fix style issues within iframed editor. 2023-10-04 20:56:24 +00:00
twentytwentyfour Twenty Twenty-Four: Bugfixes for 6.4 RC1. 2023-10-17 02:14:24 +00:00
twentytwentyone Twenty-Twenty One: Fixes quotation mark being outside with background. 2023-09-13 15:40:20 +00:00
twentytwentythree Twenty Twenty-Three: Add missing font licenses in `readme.txt` file. 2023-10-05 22:46:18 +00:00
twentytwentytwo Bundled Theme: Add missing dimension attributes to images in Twenty Twenty-Two patterns. 2023-09-18 17:38:19 +00:00
index.php Remove closing PHP tags from the rest of index.php files in wp-content, for consistency with wp-content/index.php. 2014-06-05 15:59:14 +00:00