mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00: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. git-svn-id: https://develop.svn.wordpress.org/trunk@34054 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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>',
|
||||
|
||||
Reference in New Issue
Block a user