- Timestamp:
- 10/07/2024 06:07:57 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/footer.php
r59146 r59191 43 43 <div class="wp-block-group"> 44 44 <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"}} --> 45 <!-- wp:navigation-link {"label":" Blog","url":"#"} /-->45 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Blog', 'twentytwentyfive' ); ?>","url":"#"} /--> 46 46 47 <!-- wp:navigation-link {"label":" About","url":"#"} /-->47 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'About', 'twentytwentyfive' ); ?>","url":"#"} /--> 48 48 49 <!-- wp:navigation-link {"label":" FAQs","url":"#"} /-->49 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'FAQs', 'twentytwentyfive' ); ?>","url":"#"} /--> 50 50 51 <!-- wp:navigation-link {"label":" Authors","url":"#"} /-->51 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Authors', 'twentytwentyfive' ); ?>","url":"#"} /--> 52 52 <!-- /wp:navigation --> 53 53 54 54 <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"}} --> 55 <!-- wp:navigation-link {"label":" Events","url":"#"} /-->55 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Events', 'twentytwentyfive' ); ?>","url":"#"} /--> 56 56 57 <!-- wp:navigation-link {"label":" Shop","url":"#"} /-->57 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Shop', 'twentytwentyfive' ); ?>","url":"#"} /--> 58 58 59 <!-- wp:navigation-link {"label":" Patterns","url":"#"} /-->59 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Patterns', 'twentytwentyfive' ); ?>","url":"#"} /--> 60 60 61 <!-- wp:navigation-link {"label":" Themes","url":"#"} /-->61 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Themes', 'twentytwentyfive' ); ?>","url":"#"} /--> 62 62 <!-- /wp:navigation --> 63 63 </div> … … 72 72 <!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} --> 73 73 <div class="wp-block-group alignfull"> 74 <!-- wp:paragraph { "metadata":{ "bindings":{ "content":{ "source":"twentytwentyfive/copyright" } } }, "fontSize":"small"} -->74 <!-- wp:paragraph {"metadata":{"bindings":{"content":{"source":"twentytwentyfive/copyright"}}},"fontSize":"small"} --> 75 75 <p class="has-small-font-size"></p> 76 76 <!-- /wp:paragraph --> … … 80 80 <?php 81 81 printf( 82 /* Translators: Designed with WordPress. % 1$s: WordPress link. */83 esc_html__( 'Designed with % 1$s', 'twentytwentyfive' ),82 /* Translators: Designed with WordPress. %s: WordPress link. */ 83 esc_html__( 'Designed with %s', 'twentytwentyfive' ), 84 84 '<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfive' ) ) . '" rel="nofollow">WordPress</a>' 85 85 );
Note: See TracChangeset
for help on using the changeset viewer.