Make WordPress Core


Ignore:
Timestamp:
09/11/2015 07:26:02 PM (10 years ago)
Author:
ocean90
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r33632 r34054  
    8787        'heading'     => __( 'Template Hierarchy' ),
    8888        /* Translators: 1: singular.php; 2: single.php; 3:page.php */
    89         '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>.' ),
     89        '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>' ),
    9090    ),
    9191    array(
Note: See TracChangeset for help on using the changeset viewer.