mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
About: Remove period from placeholder.
The position of periods is different in some languages, like Japanese. This removes the period from the last placeholder for the Template Hierarchy section. It doesn't include a new period to avoid a string change in a minor release. Props extendwings, chriscct7. Fixes #33429. Built from https://develop.svn.wordpress.org/trunk@34054 git-svn-id: http://core.svn.wordpress.org/trunk@34022 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a03488dbf6
commit
09b159e494
@ -86,7 +86,7 @@ $tech_features = array(
|
||||
array(
|
||||
'heading' => __( 'Template Hierarchy' ),
|
||||
/* Translators: 1: singular.php; 2: single.php; 3:page.php */
|
||||
'description' => sprintf( __( 'Added %1$s as a fallback for %2$s and %3$s' ), '<code>singular.php</code>', '<code>single.php</code>', '<code>page.php</code>.' ),
|
||||
'description' => sprintf( __( 'Added %1$s as a fallback for %2$s and %3$s' ), '<code>singular.php</code>', '<code>single.php</code>', '<code>page.php</code>' ),
|
||||
),
|
||||
array(
|
||||
'heading' => '<code>WP_List_Table</code>',
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34052';
|
||||
$wp_version = '4.4-alpha-34054';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user