mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-13 07:10:00 +01:00
Twenty Twenty-Five: Improves text strings.
This ticket replaces the issue not resolved in time before the release of the theme. This now takes the feedback of translators and iterates on that. Props poena, desrosj, hameem1102, burakkaptan, jorbin, prathamesh24, audrasjb. Fixes #62482. Built from https://develop.svn.wordpress.org/trunk@59891 git-svn-id: http://core.svn.wordpress.org/trunk@59233 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bc60a625bb
commit
efc402898c
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 -->
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Title: Text-only blog, posts
|
||||
* Title: Text blog query loop
|
||||
* Slug: twentytwentyfive/template-query-loop-text-blog
|
||||
* Inserter: no
|
||||
*
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Title: Right-aligned posts
|
||||
* Title: Right-aligned query loop
|
||||
* Slug: twentytwentyfive/template-query-loop-vertical-header-blog
|
||||
* Inserter: no
|
||||
*
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -694,7 +694,7 @@
|
||||
{
|
||||
"area": "header",
|
||||
"name": "vertical-header",
|
||||
"title": "Vertical Header"
|
||||
"title": "Vertical site header"
|
||||
},
|
||||
{
|
||||
"area": "header",
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.8-alpha-59890';
|
||||
$wp_version = '6.8-alpha-59891';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user