- Timestamp:
- 10/07/2024 06:07:57 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/footer-columns.php
r59146 r59191 31 31 <div class="wp-block-group" style="padding-right:0;padding-left:0"> 32 32 <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"fontSize":"medium"} --> 33 <h3 class="wp-block-heading has-medium-font-size" style="font-style:normal;font-weight:700"> Stories</h3>33 <h3 class="wp-block-heading has-medium-font-size" style="font-style:normal;font-weight:700"><?php esc_html_e( 'Stories', 'twentytwentyfive' ); ?></h3> 34 34 <!-- /wp:heading --> 35 35 <!-- wp:navigation {"overlayMenu":"never","style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"fontSize":"medium","layout":{"type":"flex","orientation":"vertical"},"ariaLabel":"<?php esc_attr_e( 'Stories', 'twentytwentyfive' ); ?>"} --> … … 44 44 <div class="wp-block-group" style="padding-right:0;padding-left:0"> 45 45 <!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"fontSize":"medium"} --> 46 <h3 class="wp-block-heading has-medium-font-size" style="font-style:normal;font-weight:700"> Fleurs</h3>46 <h3 class="wp-block-heading has-medium-font-size" style="font-style:normal;font-weight:700"><?php echo esc_html_x( 'Fleurs', 'Example brand name.', 'twentytwentyfive' ); ?></h3> 47 47 <!-- /wp:heading --> 48 48 <!-- wp:navigation {"overlayMenu":"never","style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"fontSize":"medium","layout":{"type":"flex","orientation":"vertical"},"ariaLabel":"<?php esc_attr_e( 'Featured', 'twentytwentyfive' ); ?>"} --> … … 63 63 <!-- wp:group {"align":"full","layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} --> 64 64 <div class="wp-block-group alignfull"> 65 <!-- wp:paragraph { "metadata":{ "bindings":{ "content":{ "source":"twentytwentyfive/copyright" } } }, "fontSize":"small"} -->65 <!-- wp:paragraph {"metadata":{"bindings":{"content":{"source":"twentytwentyfive/copyright"}}},"fontSize":"small"} --> 66 66 <p class="has-small-font-size"></p> 67 67 <!-- /wp:paragraph --> … … 70 70 <?php 71 71 printf( 72 /* Translators: Designed with WordPress. % 1$s: WordPress link. */73 esc_html__( 'Designed with % 1$s', 'twentytwentyfive' ),72 /* Translators: Designed with WordPress. %s: WordPress link. */ 73 esc_html__( 'Designed with %s', 'twentytwentyfive' ), 74 74 '<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfive' ) ) . '" rel="nofollow">WordPress</a>' 75 75 );
Note: See TracChangeset
for help on using the changeset viewer.