Changeset 59191 for trunk/src/wp-content/themes/twentytwentyfive/patterns/hero-overlapped-book-cover-with-links.php
- 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/hero-overlapped-book-cover-with-links.php
r59146 r59191 55 55 <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"> 56 56 <a class="wp-block-button__link wp-element-button" href="#"> 57 <?php echo esc_html_x( 'Amazon', ' Hero - Overlapped book cover pattern button 1', 'twentytwentyfive' ); ?>57 <?php echo esc_html_x( 'Amazon', 'Example brand name.', 'twentytwentyfive' ); ?> 58 58 </a> 59 59 </div> … … 62 62 <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"> 63 63 <a class="wp-block-button__link wp-element-button" href="#"> 64 <?php echo esc_html_x( 'Apple Books', ' Hero - Overlapped book cover pattern button 2', 'twentytwentyfive' ); ?>64 <?php echo esc_html_x( 'Apple Books', 'Example brand name.', 'twentytwentyfive' ); ?> 65 65 </a> 66 66 </div> … … 77 77 <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"> 78 78 <a class="wp-block-button__link wp-element-button" href="#"> 79 <?php echo esc_html_x( 'Audible', ' Hero - Overlapped book cover pattern button 3', 'twentytwentyfive' ); ?>79 <?php echo esc_html_x( 'Audible', 'Example brand name.', 'twentytwentyfive' ); ?> 80 80 </a> 81 81 </div> … … 84 84 <div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"> 85 85 <a class="wp-block-button__link wp-element-button" href="#"> 86 <?php echo esc_html_x( 'Barnes & Noble', 'Hero - Overlapped book cover pattern button 4', 'twentytwentyfive' ); ?>86 <?php echo esc_html_x( 'Barnes & Noble', 'Example brand name.', 'twentytwentyfive' ); ?> 87 87 </a> 88 88 </div> … … 100 100 101 101 <!-- wp:paragraph {"fontSize":"medium"} --> 102 <p class="has-medium-font-size"> 103 <?php echo wp_kses_post( _x( 'Outside Europe? View <a href="#" rel="nofollow">international editions</a>.', 'Hero - Overlapped book cover pattern bottom text', 'twentytwentyfive' ) ); ?> 104 </p> 102 <p class="has-medium-font-size"><?php echo wp_kses_post( _x( 'Outside Europe? View <a href="#" rel="nofollow">international editions</a>.', 'Pattern placeholder text with link.', 'twentytwentyfive' ) ); ?></p> 105 103 <!-- /wp:paragraph --> 106 104 </div>
Note: See TracChangeset
for help on using the changeset viewer.