Make WordPress Core


Ignore:
Timestamp:
10/03/2023 03:12:30 PM (16 months 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-index-writer.php

    r56716 r56764  
    22/**
    33 * Title: Writer Index Template
    4  * Slug: twentytwentyfour/index-writer
     4 * Slug: twentytwentyfour/template-index-writer
    55 * Template Types: index, home
    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:heading {"level":1,"style":{"typography":{"lineHeight":"1"},"spacing":{"padding":{"top":"var:preset|spacing|50"}}}} -->
    22         <h1 class="wp-block-heading" style="padding-top:var(--wp--preset--spacing--50);line-height:1"><?php echo esc_html__( 'Watch, Read, Listen', 'twentytwentyfour' ); ?></h1>
     18        <h1 class="wp-block-heading" style="padding-top:var(--wp--preset--spacing--50);line-height:1"><?php esc_html_e( 'Watch, Read, Listen', 'twentytwentyfour' ); ?></h1>
    2319        <!-- /wp:heading -->
    2420    </div>
     
    2824<!-- /wp:group -->
    2925
    30 <!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer","theme":"twentytwentyfour"} /-->
     26<!-- wp:template-part {"slug":"footer","area":"footer","tagName":"footer"} /-->
Note: See TracChangeset for help on using the changeset viewer.