Make WordPress Core


Ignore:
Timestamp:
11/26/2023 04:41:34 PM (20 months ago)
Author:
swissspidy
Message:

I18N: Improve translator comments for strings containing date formats.

Adds translator comments where absent and changes code style so that
comments are attached to the right strings during string extraction.

Props NekoJonez.
Fixes #59947

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/meta-boxes.php

    r56747 r57136  
    435435            <?php
    436436            $uploaded_on = sprintf(
    437                 /* translators: Publish box date string. 1: Date, 2: Time. See https://www.php.net/manual/datetime.format.php */
     437                /* translators: Publish box date string. 1: Date, 2: Time. */
    438438                __( '%1$s at %2$s' ),
    439439                /* translators: Publish box date format, see https://www.php.net/manual/datetime.format.php */
Note: See TracChangeset for help on using the changeset viewer.