Skip to content

Commit 4c818a2

Browse files
committed
Bundled Themes: Update Twenty Twenty-Five for 6.7 RC 3.
This merges the latest improvements to the Twenty Twenty-Five theme from GitHub into WordPress-Develop for 6.7 RC 3. A full list of changes can be found on GitHub: WordPress/twentytwentyfive@b6f4ee2...b5b0475. Props juanfra. See #62343. git-svn-id: https://develop.svn.wordpress.org/trunk@59348 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 83a4492 commit 4c818a2

36 files changed

+625
-248
lines changed

src/wp-content/themes/twentytwentyfive/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function twentytwentyfive_pattern_categories() {
110110
register_block_pattern_category(
111111
'twentytwentyfive_post-format',
112112
array(
113-
'label' => __( 'Post format', 'twentytwentyfive' ),
113+
'label' => __( 'Post formats', 'twentytwentyfive' ),
114114
'description' => __( 'A collection of post format patterns.', 'twentytwentyfive' ),
115115
)
116116
);

src/wp-content/themes/twentytwentyfive/patterns/cta-heading-search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<h2 class="wp-block-heading has-xx-large-font-size"><?php esc_html_e( 'What are you looking for?', 'twentytwentyfive' ); ?></h2>
1919
<!-- /wp:heading -->
2020

21-
<!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'Search form label.', 'twentytwentyfive' ); ?>","showLabel":false,"placeholder":"<?php echo esc_attr_x( 'Type here...', 'Search input field placeholder text.', 'twentytwentyfive' ); ?>","buttonText":"<?php echo esc_attr_x( 'Search', 'Button text. Verb', 'twentytwentyfive' ); ?>"} /-->
21+
<!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'Search form label.', 'twentytwentyfive' ); ?>","showLabel":false,"placeholder":"<?php echo esc_attr_x( 'Type here...', 'Search input field placeholder text.', 'twentytwentyfive' ); ?>","buttonText":"<?php echo esc_attr_x( 'Search', 'Button text. Verb.', 'twentytwentyfive' ); ?>"} /-->
2222
</div>
2323
<!-- /wp:group -->
2424
</div>

src/wp-content/themes/twentytwentyfive/patterns/event-schedule.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<!-- wp:column {"width":"33.33%"} -->
130130
<div class="wp-block-column" style="flex-basis:33.33%">
131131
<!-- wp:image {"id":2773,"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"layout":{"selfStretch":"fixed","flexSize":"270px"}}} -->
132-
<figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/parthenon-square.webp" alt="<?php esc_attr_e( 'The acropolis in Athens.', 'twentytwentyfive' ); ?>" class="wp-image-2773" style="aspect-ratio:1;object-fit:cover"/></figure>
132+
<figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/parthenon-square.webp" alt="<?php esc_attr_e( 'The Acropolis of Athens.', 'twentytwentyfive' ); ?>" class="wp-image-2773" style="aspect-ratio:1;object-fit:cover"/></figure>
133133
<!-- /wp:image -->
134134
</div>
135135
<!-- /wp:column -->
@@ -160,7 +160,7 @@
160160
<!-- wp:column {"width":"33.33%"} -->
161161
<div class="wp-block-column" style="flex-basis:33.33%">
162162
<!-- wp:image {"id":2774,"aspectRatio":"1","scale":"cover","sizeSlug":"full","linkDestination":"none","style":{"layout":{"selfStretch":"fixed","flexSize":"270px"}}} -->
163-
<figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/agenda-img-4.webp" alt="<?php esc_attr_e( 'Black and white photo of an african woman.', 'twentytwentyfive' ); ?>" class="wp-image-2774" style="aspect-ratio:1;object-fit:cover"/></figure>
163+
<figure class="wp-block-image size-full"><img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/agenda-img-4.webp" alt="<?php esc_attr_e( 'Black and white photo of an African woman.', 'twentytwentyfive' ); ?>" class="wp-image-2774" style="aspect-ratio:1;object-fit:cover"/></figure>
164164
<!-- /wp:image -->
165165
</div>
166166
<!-- /wp:column -->

src/wp-content/themes/twentytwentyfive/patterns/footer-centered.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<p class="has-text-align-center has-small-font-size">
3030
<?php
3131
printf(
32-
/* Translators: Designed with WordPress. %s: WordPress link. */
32+
/* translators: Designed with WordPress. %s: WordPress link. */
3333
esc_html__( 'Designed with %s', 'twentytwentyfive' ),
3434
'<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfive' ) ) . '" rel="nofollow">WordPress</a>'
3535
);

src/wp-content/themes/twentytwentyfive/patterns/footer-columns.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<p class="has-small-font-size">
7070
<?php
7171
printf(
72-
/* Translators: Designed with WordPress. %s: WordPress link. */
72+
/* translators: Designed with WordPress. %s: WordPress link. */
7373
esc_html__( 'Designed with %s', 'twentytwentyfive' ),
7474
'<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfive' ) ) . '" rel="nofollow">WordPress</a>'
7575
);

src/wp-content/themes/twentytwentyfive/patterns/footer-newsletter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<p class="has-small-font-size">
4646
<?php
4747
printf(
48-
/* Translators: Designed with WordPress. %s: WordPress link. */
48+
/* translators: Designed with WordPress. %s: WordPress link. */
4949
esc_html__( 'Designed with %s', 'twentytwentyfive' ),
5050
'<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfive' ) ) . '" rel="nofollow">WordPress</a>'
5151
);

src/wp-content/themes/twentytwentyfive/patterns/footer-social.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<p class="has-text-align-center has-small-font-size">
3232
<?php
3333
printf(
34-
/* Translators: Designed with WordPress. %s: WordPress link. */
34+
/* translators: Designed with WordPress. %s: WordPress link. */
3535
esc_html__( 'Designed with %s', 'twentytwentyfive' ),
3636
'<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfive' ) ) . '" rel="nofollow">WordPress</a>'
3737
);

src/wp-content/themes/twentytwentyfive/patterns/footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<p class="has-small-font-size">
7979
<?php
8080
printf(
81-
/* Translators: Designed with WordPress. %s: WordPress link. */
81+
/* translators: Designed with WordPress. %s: WordPress link. */
8282
esc_html__( 'Designed with %s', 'twentytwentyfive' ),
8383
'<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfive' ) ) . '" rel="nofollow">WordPress</a>'
8484
);

src/wp-content/themes/twentytwentyfive/patterns/hero-podcast.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<!-- wp:group {"layout":{"type":"flex","flexWrap":"wrap"}} -->
4747
<div class="wp-block-group">
4848
<!-- wp:paragraph {"className":"is-style-text-annotation"} -->
49-
<p class="is-style-text-annotation"><a href="#"><?php echo esc_html_x( 'Youtube', 'Button text', 'twentytwentyfive' ); ?></a></p>
49+
<p class="is-style-text-annotation"><a href="#"><?php echo esc_html_x( 'YouTube', 'Button text', 'twentytwentyfive' ); ?></a></p>
5050
<!-- /wp:paragraph -->
5151

5252
<!-- wp:paragraph {"className":"is-style-text-annotation"} -->

src/wp-content/themes/twentytwentyfive/patterns/hidden-search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
?>
1313

14-
<!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'Search form label.', 'twentytwentyfive' ); ?>","showLabel":false,"placeholder":"<?php echo esc_attr_x( 'Type here...', 'Search input field placeholder text', 'twentytwentyfive' ); ?>","buttonText":"<?php echo esc_attr_x( 'Search', 'Button text. Verb.', 'twentytwentyfive' ); ?>"} /-->
14+
<!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'Search form label.', 'twentytwentyfive' ); ?>","showLabel":false,"placeholder":"<?php echo esc_attr_x( 'Type here...', 'Search input field placeholder text.', 'twentytwentyfive' ); ?>","buttonText":"<?php echo esc_attr_x( 'Search', 'Button text. Verb.', 'twentytwentyfive' ); ?>"} /-->

0 commit comments

Comments
 (0)