- Timestamp:
- 10/22/2024 01:41:10 AM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/page-portfolio-home.php
r59233 r59269 94 94 </div> 95 95 <!-- /wp:columns --> 96 96 97 97 <!-- wp:spacer {"height":"var:preset|spacing|30"} --> 98 98 <div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div> … … 223 223 <!-- wp:group {"align":"wide","layout":{"type":"default"}} --> 224 224 <div class="wp-block-group alignwide"> 225 <!-- wp:paragraph {" metadata":{"bindings":{"content":{"source":"twentytwentyfive/copyright"}}},"textColor":"accent-4","fontSize":"small"} -->226 <p class="has- accent-4-color has-text-color has-small-font-size"></p>225 <!-- wp:paragraph {""fontSize":"small"} --> 226 <p class="has-small-font-size"><?php esc_html_e( 'Twenty Twenty-Five', 'twentytwentyfive' ); ?></p> 227 227 <!-- /wp:paragraph --> 228 229 228 <!-- wp:paragraph {"fontSize":"small"} --> 230 229 <p class="has-small-font-size"><?php esc_html_e( 'email@example.com', 'twentytwentyfive' ); ?><br><?php echo esc_html_x( '+1 555 349 1806', 'Phone number.', 'twentytwentyfive' ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.