- Timestamp:
- 10/07/2024 06:07:57 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/page-portfolio-home.php
r59146 r59191 24 24 <!-- wp:column {"width":"50%"} --> 25 25 <div class="wp-block-column" style="flex-basis:50%"> 26 <!-- wp:heading {" level":1,"align":"wide","fontSize":"x-large"} -->27 <h 1 class="wp-block-heading alignwide has-x-large-font-size">My name is Anna Möller and these are some of my photo projects.</h1>26 <!-- wp:heading {"align":"wide","fontSize":"x-large"} --> 27 <h2 class="wp-block-heading alignwide has-x-large-font-size"><?php esc_html_e( 'My name is Anna Möller and these are some of my photo projects.', 'twentytwentyfive' ); ?></h2> 28 28 <!-- /wp:heading --> 29 29 </div> … … 60 60 <!-- wp:query-no-results --> 61 61 <!-- wp:paragraph --> 62 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search ', 'twentytwentyfive' ); ?>.</p>62 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p> 63 63 <!-- /wp:paragraph --> 64 64 <!-- /wp:query-no-results --> … … 86 86 <!-- wp:query-no-results --> 87 87 <!-- wp:paragraph --> 88 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search ', 'twentytwentyfive' ); ?>.</p>88 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p> 89 89 <!-- /wp:paragraph --> 90 90 <!-- /wp:query-no-results --> … … 116 116 <!-- wp:query-no-results --> 117 117 <!-- wp:paragraph --> 118 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search ', 'twentytwentyfive' ); ?>.</p>118 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p> 119 119 <!-- /wp:paragraph --> 120 120 <!-- /wp:query-no-results --> … … 146 146 <!-- wp:query-no-results --> 147 147 <!-- wp:paragraph --> 148 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search ', 'twentytwentyfive' ); ?>.</p>148 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p> 149 149 <!-- /wp:paragraph --> 150 150 <!-- /wp:query-no-results --> … … 172 172 <!-- wp:query-no-results --> 173 173 <!-- wp:paragraph --> 174 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search ', 'twentytwentyfive' ); ?>.</p>174 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p> 175 175 <!-- /wp:paragraph --> 176 176 <!-- /wp:query-no-results --> … … 202 202 <!-- wp:query-no-results --> 203 203 <!-- wp:paragraph --> 204 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search ', 'twentytwentyfive' ); ?>.</p>204 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p> 205 205 <!-- /wp:paragraph --> 206 206 <!-- /wp:query-no-results --> … … 227 227 228 228 <!-- wp:paragraph {"fontSize":"small"} --> 229 <p class="has-small-font-size"> email@example.com<br>+1 555 349 1806</p>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> 230 230 <!-- /wp:paragraph --> 231 231 </div>
Note: See TracChangeset
for help on using the changeset viewer.