Make WordPress Core


Ignore:
Timestamp:
10/07/2024 06:07:57 PM (14 months ago)
Author:
desrosj
Message:

Twenty Twenty-Five: Merge the latest improvements for Beta 2.

This merges the latest improvements to the Twenty Twenty-Five theme from GitHub into trunk for 6.7 beta 2.

A full list of changes can be found on GitHub: https://github.com/WordPress/twentytwentyfive/commits/trunk/?since=2024-10-01&until=2024-10-07.

Props poena, mukesh27, jonnywatersbb, cliffralessio, afercia, samtoohey93, codersantosh, carstenbach, gohelkunjan, ryelle, aaronrobertshaw, wildworks, yukinobu, audrasjb, mdviralsampat, hanneslsm, ddewan, greenshady, joedolson, areziaal, alaminfirdows, kartikmehta, cwhitmore.
Fixes #62180.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfive/patterns/services-team-photos.php

    r59146 r59191  
    1919        <div class="wp-block-column">
    2020            <!-- wp:heading -->
    21             <h2 class="wp-block-heading">
    22                 Our small team is a group of driven, detail-oriented people who are passionate about their customers.
    23             </h2>
     21            <h2 class="wp-block-heading"><?php esc_html_e( 'Our small team is a group of driven, detail-oriented people who are passionate about their customers.', 'twentytwentyfive' ); ?></h2>
    2422            <!-- /wp:heading -->
    2523        </div>
     
    3230                <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full"} -->
    3331                <figure class="wp-block-image size-full">
    34                     <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/team-photo-1.webp" alt="Ms. Nora Winslow Keene, a dedicated public interest attorney based in Denver." style="aspect-ratio:1;object-fit:cover"/>
     32                    <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/woman-splashing-water.webp" alt="<?php esc_attr_e( 'Woman on beach, splashing water.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/>
    3533                </figure>
    3634                <!-- /wp:image -->
     
    3836                <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full"} -->
    3937                <figure class="wp-block-image size-full">
    40                     <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/team-photo-2.webp" alt="Young sugarcane field worker." style="aspect-ratio:1;object-fit:cover"/>
     38                    <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/nurse.webp" alt="<?php esc_attr_e( 'Portrait of a nurse', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/>
    4139                </figure>
    4240                <!-- /wp:image -->
     
    4442                <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full"} -->
    4543                <figure class="wp-block-image size-full">
    46                     <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/team-photo-3.webp" alt="Portraits of Miners." style="aspect-ratio:1;object-fit:cover"/>
     44                    <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/typewriter.webp" alt="<?php esc_attr_e( 'Picture of a person typing on a typewriter.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/>
    4745                </figure>
    4846                <!-- /wp:image -->
     
    5048                <!-- wp:image {"aspectRatio":"1","scale":"cover","sizeSlug":"full"} -->
    5149                <figure class="wp-block-image size-full">
    52                     <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/team-photo-4.webp" alt="Young Woman Soliciting Funds." style="aspect-ratio:1;object-fit:cover"/>
     50                    <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/man-in-hat.webp" alt="<?php esc_attr_e( 'Man in hat, standing in front of a building.', 'twentytwentyfive' ); ?>" style="aspect-ratio:1;object-fit:cover"/>
    5351                </figure>
    5452                <!-- /wp:image -->
Note: See TracChangeset for help on using the changeset viewer.