Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twenty Twenty-Five: Update text strings #8397

Open
wants to merge 4 commits into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<div class="wp-block-buttons">
<!-- wp:button -->
<div class="wp-block-button">
<a class="wp-block-button__link wp-element-button"><?php echo esc_html_x( 'Learn More', 'Button text of intro section.', 'twentytwentyfive' ); ?></a>
<a class="wp-block-button__link wp-element-button"><?php esc_html_e( 'Learn more', 'twentytwentyfive' ); ?></a>
</div>
<!-- /wp:button -->
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
/**
* Title: Centered header
* Title: Centered site header
* Slug: twentytwentyfive/header-centered
* Categories: header
* Block Types: core/template-part/header
* Description: Header with centered site title and navigation.
* Description: Site header with centered site title and navigation.
*
* @package WordPress
* @subpackage Twenty_Twenty_Five
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Slug: twentytwentyfive/header-columns
* Categories: header
* Block Types: core/template-part/header
* Description: Header with site title and navigation in columns.
* Description: Site header with site title and navigation in columns.
*
* @package WordPress
* @subpackage Twenty_Twenty_Five
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Slug: twentytwentyfive/header-large-title
* Categories: header
* Block Types: core/template-part/header
* Description: Header with large site title and right-aligned navigation.
* Description: Site header with large site title and right-aligned navigation.
*
* @package WordPress
* @subpackage Twenty_Twenty_Five
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentytwentyfive/patterns/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Slug: twentytwentyfive/header
* Categories: header
* Block Types: core/template-part/header
* Description: Header with site title and navigation.
* Description: Site header with site title and navigation.
*
* @package WordPress
* @subpackage Twenty_Twenty_Five
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<!-- wp:buttons -->
<div class="wp-block-buttons">
<!-- wp:button -->
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button"><?php echo esc_html_x( 'Learn More', 'Sample hero button', 'twentytwentyfive' ); ?></a></div>
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button"><?php esc_html_e( 'Learn more', 'twentytwentyfive' ); ?></a></div>
<!-- /wp:button -->
</div>
<!-- /wp:buttons -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Right-aligned blog, 404
* Title: Right-aligned 404
* Slug: twentytwentyfive/template-404-vertical-header-blog
* Template Types: 404
* Viewport width: 1400
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Text-only blog, archive
* Title: Text blog archive
* Slug: twentytwentyfive/template-archive-text-blog
* Template Types: archive
* Viewport width: 1400
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Archive for the right-aligned blog
* Title: Right-aligned archive
* Slug: twentytwentyfive/template-archive-vertical-header-blog
* Template Types: archive
* Viewport width: 1400
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Text-only blog, home
* Title: Text blog home
* Slug: twentytwentyfive/template-home-text-blog
* Template Types: front-page, home
* Viewport width: 1400
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Homepage for right-aligned blog
* Title: Right-aligned home
* Slug: twentytwentyfive/template-home-vertical-header-blog
* Template Types: front-page, index, home
* Viewport width: 1400
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Page template for the right-aligned blog
* Title: Right-aligned page
* Slug: twentytwentyfive/template-page-vertical-header-blog
* Template Types: page
* Viewport width: 1400
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Text-only blog, posts
* Title: Text blog query loop
* Slug: twentytwentyfive/template-query-loop-text-blog
* Inserter: no
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Right-aligned posts
* Title: Right-aligned query loop
* Slug: twentytwentyfive/template-query-loop-vertical-header-blog
* Inserter: no
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Text-only blog, search
* Title: Text blog search results
* Slug: twentytwentyfive/template-search-text-blog
* Template Types: search
* Viewport width: 1400
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Title: Text-only blog, single post
* Title: Text blog single post
* Slug: twentytwentyfive/template-single-text-blog
* Template Types: posts, single
* Viewport width: 1400
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
/**
* Title: Vertical header
* Title: Vertical site header
* Slug: twentytwentyfive/vertical-header
* Categories: header
* Block Types: core/template-part/vertical-header
* Description: Vertical Header with site title and navigation
* Description: Vertical site header with site title and navigation.
* Viewport width: 300
*
* @package WordPress
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentytwentyfive/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@
{
"area": "header",
"name": "vertical-header",
"title": "Vertical Header"
"title": "Vertical site header"
},
{
"area": "header",
Expand Down
Loading