Make WordPress Core


Ignore:
Timestamp:
10/17/2023 02:12:07 AM (14 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-single-portfolio.php

    r56764 r56951  
    11<?php
    22/**
    3  * Title: Portfolio Single post Template
     3 * Title: Portfolio single post template
    44 * Slug: twentytwentyfour/template-single-portfolio
    55 * Template Types: posts, single
     
    99?>
    1010
    11 <!-- wp:template-part {"slug":"header"} /-->
     11<!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /-->
    1212
    1313<!-- wp:group {"tagName":"main","align":"full","layout":{"type":"constrained"}} -->
    14 <main class="wp-block-group alignfull"><!-- wp:spacer {"height":"var:preset|spacing|40"} -->
    15     <div style="height:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer"></div>
     14<main class="wp-block-group alignfull">
     15    <!-- wp:spacer {"height":"var:preset|spacing|40"} -->
     16    <div style="height:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer">
     17    </div>
    1618    <!-- /wp:spacer -->
    1719
     
    1921
    2022    <!-- wp:group {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} -->
    21     <div class="wp-block-group alignwide"><!-- wp:template-part {"slug":"post-meta"} /--></div>
     23    <div class="wp-block-group alignwide">
     24        <!-- wp:template-part {"slug":"post-meta"} /-->
     25    </div>
    2226    <!-- /wp:group -->
    2327
    2428    <!-- wp:spacer {"height":"var:preset|spacing|40"} -->
    25     <div style="height:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer"></div>
     29    <div style="height:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer">
     30    </div>
    2631    <!-- /wp:spacer -->
    2732
Note: See TracChangeset for help on using the changeset viewer.