WordPress/wp-content/themes
spacedmonkey f19df46584 Bundled Theme: Implement the_header_image_tag function for enhanced compatibility for older core themes.
The `the_header_image_tag` function was introduced in WordPress 4.4 as part of [35594]. It is used in all themes created post WordPress 4.4 that supported header images. The function `get_header_image_tag` continues to get updated with new image features, like lazy loading, async decoding and fetch priority. To ensure our core themes maintain compatibility and benefit from these enhancements, a backward compatibility shim has been applied, integrating the `the_header_image_tag` function into the following core themes:

- Twenty Ten
- Twenty Eleven
- Twenty Twelve
- Twenty Fourteen
- Twenty Sixteen

This change ensures future compatibility and modern image features are applied for header images to these older themes. 

Props spacedmonkey, flixos90, mukesh27.
Fixes #58675.
Built from https://develop.svn.wordpress.org/trunk@56583


git-svn-id: http://core.svn.wordpress.org/trunk@56095 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-09-14 11:25:19 +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 Bundled Theme: Implement the_header_image_tag function for enhanced compatibility for older core themes. 2023-09-14 11:25:19 +00:00
twentynineteen Twenty Ninteen: Revert changes to 'style-rtl.css'. 2023-09-14 10:25:22 +00:00
twentyseventeen Bundled Themes: Use defer loading strategy for theme scripts. 2023-09-12 00:06:19 +00:00
twentysixteen Bundled Theme: Implement the_header_image_tag function for enhanced compatibility for older core themes. 2023-09-14 11:25:19 +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 Bundled Themes: Use defer loading strategy for theme scripts. 2023-09-12 00:06:19 +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 Bundled Themes: Ensure Twenty Twenty's main script loads in head for WP<6.3. 2023-09-13 22:16:25 +00:00
twentytwentyone Twenty-Twenty One: Fixes quotation mark being outside with background. 2023-09-13 15:40:20 +00:00
twentytwentythree Bundled Themes: Bump version numbers for WordPress 6.3. 2023-07-26 22:09:22 +00:00
twentytwentytwo Coding Standards: Remove superfluous blank lines at the end of various functions. 2023-09-08 10:03:21 +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