- Timestamp:
- 10/07/2024 06:07:57 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/grid-videos.php
r59146 r59191 17 17 <div class="wp-block-group alignwide"> 18 18 <!-- wp:heading {"textAlign":"left","align":"wide","className":"is-style-text-subtitle","style":{"layout":{"selfStretch":"fit","flexSize":null}},"fontSize":"x-large"} --> 19 <h2 class="wp-block-heading alignwide has-text-align-left is-style-text-subtitle has-x-large-font-size"> Explore the episodes</h2>19 <h2 class="wp-block-heading alignwide has-text-align-left is-style-text-subtitle has-x-large-font-size"><?php esc_html_e( 'Explore the episodes', 'twentytwentyfive' ); ?></h2> 20 20 <!-- /wp:heading --> 21 21 22 22 <!-- wp:paragraph {"className":"is-style-text-annotation"} --> 23 <p class="is-style-text-annotation"> Podcast</p>23 <p class="is-style-text-annotation"><?php esc_html_e( 'Podcast', 'twentytwentyfive' ); ?></p> 24 24 <!-- /wp:paragraph --> 25 25 </div>
Note: See TracChangeset
for help on using the changeset viewer.