Make WordPress Core

source: tags/6.4.2/src/wp-content/themes/twentytwentyfour/templates/index.html

Last change on this file was 56951, checked in by hellofromTonya, 9 months ago

Twenty Twenty-Four: Bugfixes for 6.4 RC1.

Resyncing changes for TT4 into Core.

Changes include:

  • Reformatted all the patterns for readability.
  • Bugfixes in the markup and improvements on the string translation functions.
  • Renaming of some patterns, making them consistent with the content they show and whether they are simple patterns, full-page patterns or patterns meant to replace templates.

Follow-up to [56813], [56764], [56716].

Props richtabor, onemaggie, luminuu, shailu25, dunhakdis, shivashankerbhatta, dajeema, enodekciw, kafleg, viralsampat, glendaviesnz, beafialho, webmandesign, huzaifaalmesbah, gregfuller, benharri.
Fixes #59640.

  • Property svn:eol-style set to native
File size: 611 bytes
Line 
1<!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /-->
2
3<!-- wp:group {"tagName":"main","align":"full","layout":{"type":"constrained"}} -->
4<main class="wp-block-group alignfull">
5        <!-- wp:heading {"level":1,"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|50"}}}} -->
6        <h1 class="wp-block-heading alignwide" style="padding-top:var(--wp--preset--spacing--50)">Posts</h1>
7        <!-- /wp:heading -->
8        <!-- wp:pattern {"slug":"twentytwentyfour/posts-3-col"} /-->
9</main>
10<!-- /wp:group -->
11
12<!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer"} /-->
Note: See TracBrowser for help on using the repository browser.