Make WordPress Core


Ignore:
Timestamp:
10/03/2023 03:12:30 PM (3 years ago)
Author:
hellofromTonya
Message:

Bundled Themes: Update TT4 for 6.4 Beta 2.

Twenty Twenty-Four (TT4) updates for 6.4 Beta 2.

Changes include bugfixes from the theme's development repo since Beta 1 such as:

  • Renamed patterns and images
  • Improved image descriptions
  • Polished a few of the templates to fit better the design
  • Addressed some a11y concerns.
  • Changed the required version to 6.4, aligning it with the last few default themes since we are making use of some of the features that will make it to 6.4, such as aspect ratio.

Follow-up to [56726], [56721], [56716].

Props onemaggie, desrosj, mukesh27.
Fixes #59524.

File:
1 edited

Legend:

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

    r56716 r56764  
    22/**
    33 * Title: Writer Search Results Template
    4  * Slug: twentytwentyfour/search-writer
     4 * Slug: twentytwentyfour/template-search-writer
    55 * Template Types: search
    66 * Viewport width: 1400
     
    99?>
    1010
    11 <!-- wp:group {"style":{"position":{"type":"sticky","top":"0px"}},"layout":{"type":"default"}} -->
    12 <div class="wp-block-group">
    13     <!-- wp:template-part {"slug":"header","theme":"twentytwentyfour"} /-->
    14 </div>
    15 <!-- /wp:group -->
     11<!-- wp:template-part {"slug":"header"} /-->
    1612
    1713<!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"0","margin":{"top":"0"}}},"layout":{"type":"default"}} -->
     
    2016    <div class="wp-block-group">
    2117        <!-- wp:query-title {"type":"search","style":{"typography":{"lineHeight":"1"},"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|30"}}}} /-->
    22         <!-- wp:pattern {"slug":"twentytwentyfour/hidden-search"} /-->
     18        <!-- wp:pattern {"slug":"twentytwentyfour/search"} /-->
    2319    </div>
    2420    <!-- /wp:group -->
     
    2723<!-- /wp:group -->
    2824
    29 <!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer","theme":"twentytwentyfour"} /-->
     25<!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer"} /-->
Note: See TracChangeset for help on using the changeset viewer.