- Timestamp:
- 10/07/2024 06:07:57 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/cta-events-list.php
r59146 r59191 17 17 <div class="wp-block-group alignwide"> 18 18 <!-- wp:heading --> 19 <h2 class="wp-block-heading"> Upcoming events</h2>19 <h2 class="wp-block-heading"><?php esc_html_e( 'Upcoming events', 'twentytwentyfive' ); ?></h2> 20 20 <!-- /wp:heading --> 21 21 22 22 <!-- wp:paragraph --> 23 <p> These are some of the upcoming events</p>23 <p><?php esc_html_e( 'These are some of the upcoming events', 'twentytwentyfive' ); ?></p> 24 24 <!-- /wp:paragraph --> 25 25 … … 31 31 <div class="wp-block-group"> 32 32 <!-- wp:heading {"level":3} --> 33 <h3 class="wp-block-heading"> Tell your story</h3>33 <h3 class="wp-block-heading"><?php esc_html_e( 'Tell your story', 'twentytwentyfive' ); ?></h3> 34 34 <!-- /wp:heading --> 35 35 36 36 <!-- wp:paragraph --> 37 <p> Atlanta, GA, USA</p>37 <p><?php esc_html_e( 'Atlanta, GA, USA', 'twentytwentyfive' ); ?></p> 38 38 <!-- /wp:paragraph --> 39 39 </div> … … 43 43 <div class="wp-block-group"> 44 44 <!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} --> 45 <p style="text-transform:uppercase"> Mon, Jan 1</p>45 <p style="text-transform:uppercase"><?php echo esc_html_x( 'Mon, Jan 1', 'Example event date in pattern.', 'twentytwentyfive' ); ?></p> 46 46 <!-- /wp:paragraph --> 47 47 … … 49 49 <div class="wp-block-buttons"> 50 50 <!-- wp:button {"fontSize":"small"} --> 51 <div class="wp-block-button has-custom-font-size has-small-font-size"><a class="wp-block-button__link wp-element-button"> Buy Tickets</a></div>51 <div class="wp-block-button has-custom-font-size has-small-font-size"><a class="wp-block-button__link wp-element-button"><?php esc_html_e( 'Buy Tickets', 'twentytwentyfive' ); ?></a></div> 52 52 <!-- /wp:button --> 53 53 </div> … … 62 62 <div class="wp-block-group"> 63 63 <!-- wp:heading {"level":3} --> 64 <h3 class="wp-block-heading"> “Stories, historias, iсторії, iστορίες”</h3>64 <h3 class="wp-block-heading"><?php echo esc_html_x( '“Stories, historias, iсторії, iστορίες”', 'Placeholder heading in four languages.', 'twentytwentyfive' ); ?></h3> 65 65 <!-- /wp:heading --> 66 66 67 67 <!-- wp:paragraph --> 68 <p> Mexico City, Mexico</p>68 <p><?php esc_html_e( 'Mexico City, Mexico', 'twentytwentyfive' ); ?></p> 69 69 <!-- /wp:paragraph --> 70 70 </div> … … 74 74 <div class="wp-block-group"> 75 75 <!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} --> 76 <p style="text-transform:uppercase"> Mon, Jan 1</p>76 <p style="text-transform:uppercase"><?php echo esc_html_x( 'Mon, Jan 1', 'Example event date in pattern.', 'twentytwentyfive' ); ?></p> 77 77 <!-- /wp:paragraph --> 78 78 … … 80 80 <div class="wp-block-buttons"> 81 81 <!-- wp:button {"fontSize":"small"} --> 82 <div class="wp-block-button has-custom-font-size has-small-font-size"><a class="wp-block-button__link wp-element-button"> Buy Tickets</a></div>82 <div class="wp-block-button has-custom-font-size has-small-font-size"><a class="wp-block-button__link wp-element-button"><?php esc_html_e( 'Buy Tickets', 'twentytwentyfive' ); ?></a></div> 83 83 <!-- /wp:button --> 84 84 </div> … … 93 93 <div class="wp-block-group"> 94 94 <!-- wp:heading {"level":3} --> 95 <h3 class="wp-block-heading"> Tell your story</h3>95 <h3 class="wp-block-heading"><?php esc_html_e( 'Tell your story', 'twentytwentyfive' ); ?></h3> 96 96 <!-- /wp:heading --> 97 97 98 98 <!-- wp:paragraph --> 99 <p> Thornville, OH, USA</p>99 <p><?php esc_html_e( 'Thornville, OH, USA', 'twentytwentyfive' ); ?></p> 100 100 <!-- /wp:paragraph --> 101 101 </div> … … 105 105 <div class="wp-block-group"> 106 106 <!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} --> 107 <p style="text-transform:uppercase"> Mon, Jan 1</p>107 <p style="text-transform:uppercase"><?php echo esc_html_x( 'Mon, Jan 1', 'Example event date in pattern.', 'twentytwentyfive' ); ?></p> 108 108 <!-- /wp:paragraph --> 109 109 … … 111 111 <div class="wp-block-buttons"> 112 112 <!-- wp:button {"fontSize":"small"} --> 113 <div class="wp-block-button has-custom-font-size has-small-font-size"><a class="wp-block-button__link wp-element-button"> Buy Tickets</a></div>113 <div class="wp-block-button has-custom-font-size has-small-font-size"><a class="wp-block-button__link wp-element-button"><?php esc_html_e( 'Buy Tickets', 'twentytwentyfive' ); ?></a></div> 114 114 <!-- /wp:button --> 115 115 </div> … … 124 124 <div class="wp-block-group"> 125 125 <!-- wp:heading {"level":3} --> 126 <h3 class="wp-block-heading"> “Stories, historias, iсторії, iστορίες”</h3>126 <h3 class="wp-block-heading"><?php echo esc_html_x( '“Stories, historias, iсторії, iστορίες”', 'Placeholder heading in four languages.', 'twentytwentyfive' ); ?></h3> 127 127 <!-- /wp:heading --> 128 128 129 129 <!-- wp:paragraph --> 130 <p> Thornville, OH, USA</p>130 <p><?php esc_html_e( 'Thornville, OH, USA', 'twentytwentyfive' ); ?></p> 131 131 <!-- /wp:paragraph --> 132 132 </div> … … 136 136 <div class="wp-block-group"> 137 137 <!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} --> 138 <p style="text-transform:uppercase"> Mon, Jan 1</p>138 <p style="text-transform:uppercase"><?php echo esc_html_x( 'Mon, Jan 1', 'Example event date in pattern.', 'twentytwentyfive' ); ?></p> 139 139 <!-- /wp:paragraph --> 140 140 … … 142 142 <div class="wp-block-buttons"> 143 143 <!-- wp:button {"fontSize":"small"} --> 144 <div class="wp-block-button has-custom-font-size has-small-font-size"><a class="wp-block-button__link wp-element-button"> Buy Tickets</a></div>144 <div class="wp-block-button has-custom-font-size has-small-font-size"><a class="wp-block-button__link wp-element-button"><?php esc_html_e( 'Buy Tickets', 'twentytwentyfive' ); ?></a></div> 145 145 <!-- /wp:button --> 146 146 </div>
Note: See TracChangeset
for help on using the changeset viewer.