Make WordPress Core


Ignore:
Timestamp:
10/17/2023 02:12:07 AM (15 months ago)
Author:
hellofromTonya
Message:

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.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php

    r56950 r56951  
    11<?php
    22/**
    3  * Title: Writer Home Template
    4  * Slug: twentytwentyfour/template-home-writer
    5  * Template Types: front-page, index, home, page
     3 * Title: Blogging home template
     4 * Slug: twentytwentyfour/template-home-blogging
     5 * Template Types: front-page, index, home
    66 * Viewport width: 1400
    77 * Inserter: no
     
    99?>
    1010
    11 <!-- wp:template-part {"slug":"header"} /-->
     11<!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /-->
    1212
    1313<!-- wp:group {"style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"},"blockGap":"0","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"default"},"tagName":"main"} -->
    1414<main class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">
    1515
    16 <!-- wp:pattern {"slug":"twentytwentyfour/writer-home"} /-->
     16    <!-- wp:pattern {"slug":"twentytwentyfour/page-home-blogging"} /-->
    1717
    1818</main>
Note: See TracChangeset for help on using the changeset viewer.