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.
Built from https://develop.svn.wordpress.org/trunk@56951
git-svn-id: http://core.svn.wordpress.org/trunk@56462 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-16 22:14:24 -04:00
< ? php
/**
* Title : Centered statement
* Slug : twentytwentyfour / text - centered - statement
* Categories : text , about , featured
* Keywords : mission , introduction
* Viewport width : 1400
2024-05-06 16:32:15 -04:00
* Description : A centered text statement with a large paddings .
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.
Built from https://develop.svn.wordpress.org/trunk@56951
git-svn-id: http://core.svn.wordpress.org/trunk@56462 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-16 22:14:24 -04:00
*/
?>
<!-- wp : group { " align " : " full " , " style " : { " spacing " : { " padding " : { " top " : " var:preset|spacing|60 " , " bottom " : " var:preset|spacing|60 " , " left " : " var:preset|spacing|60 " , " right " : " var:preset|spacing|60 " }, " margin " : { " top " : " 0 " , " bottom " : " 0 " }}}, " backgroundColor " : " base-2 " , " layout " : { " type " : " constrained " }} -->
< div class = " wp-block-group alignfull has-base-2-background-color has-background " style = " margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60) " >
<!-- wp : group { " align " : " wide " , " layout " : { " type " : " default " }} -->
< div class = " wp-block-group alignwide " >
<!-- wp : spacer { " height " : " var:preset|spacing|50 " } -->
< div style = " height:var(--wp--preset--spacing--50) " aria - hidden = " true " class = " wp-block-spacer " ></ div >
<!-- / wp : spacer -->
<!-- wp : paragraph { " align " : " center " , " style " : { " typography " : { " lineHeight " : " 1.2 " , " fontStyle " : " normal " , " fontWeight " : " 400 " }}, " fontSize " : " x-large " , " fontFamily " : " heading " } -->
< p class = " has-text-align-center has-heading-font-family has-x-large-font-size " style = " font-style:normal;font-weight:400;line-height:1.2 " >< ? php echo wp_kses_post ( __ ( '<em>Études</em> is not confined to the past—we are passionate about the cutting edge designs shaping our world today.' , 'twentytwentyfour' ) ); ?> </p>
<!-- / wp : paragraph -->
<!-- wp : spacer { " height " : " var:preset|spacing|50 " } -->
< div style = " height:var(--wp--preset--spacing--50) " aria - hidden = " true " class = " wp-block-spacer " ></ div >
<!-- / wp : spacer -->
</ div >
<!-- / wp : group -->
</ div >
<!-- / wp : group -->