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 edited

Legend:

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

    r56813 r56951  
    11<?php
    22/**
    3  * Title: Portfolio Home Template
     3 * Title: Portfolio home template with post featured images
    44 * Slug: twentytwentyfour/template-home-portfolio
    5  * Template Types: front-page, index, home, page
     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/intro-text-left"} /-->
    17 <!-- wp:pattern {"slug":"twentytwentyfour/offset-grid-image-posts"} /-->
     16    <!-- wp:pattern {"slug":"twentytwentyfour/hidden-portfolio-hero"} /-->
     17    <!-- wp:pattern {"slug":"twentytwentyfour/posts-images-only-offset-4-col"} /-->
    1818
    1919</main>
Note: See TracChangeset for help on using the changeset viewer.