Make WordPress Core


Ignore:
Timestamp:
10/03/2023 03:12:30 PM (15 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/posts-featured.php

    r56716 r56764  
    1111<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
    1212<!-- wp:heading {"align":"wide","style":{"typography":{"lineHeight":"1"},"spacing":{"margin":{"top":"0"}}},"fontSize":"x-large"} -->
    13 <h2 class="wp-block-heading alignwide has-x-large-font-size" style="margin-top:0;line-height:1"><?php echo esc_html__( 'Watch, Read, Listen', 'twentytwentyfour' ); ?></h2>
     13<h2 class="wp-block-heading alignwide has-x-large-font-size" style="margin-top:0;line-height:1"><?php esc_html_e( 'Watch, Read, Listen', 'twentytwentyfour' ); ?></h2>
    1414<!-- /wp:heading -->
    1515
     
    3333<!-- wp:post-excerpt {"excerptLength":35} /-->
    3434
    35 <!-- wp:template-part {"slug":"post-meta", "theme":"twentytwentyfour"} /-->
     35<!-- wp:template-part {"slug":"post-meta"} /-->
    3636
    3737</div>
     
    5454
    5555<!-- wp:post-excerpt {"excerptLength":14,"fontSize":"small"} /-->
    56 <!-- wp:template-part {"slug":"post-meta", "theme":"twentytwentyfour"} /-->
     56<!-- wp:template-part {"slug":"post-meta"} /-->
    5757
    5858</div>
Note: See TracChangeset for help on using the changeset viewer.