Make WordPress Core


Ignore:
Timestamp:
08/09/2020 01:44:29 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Use consistent formatting for translator comments in wp-includes/rest-api.php.

See #50767.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-recovery-mode-email-service.php

    r48590 r48765  
    7676
    7777        $err_message = sprintf(
    78             /* translators: 1. Last sent as a human time diff, 2. Wait time as a human time diff. */
     78            /* translators: 1: Last sent as a human time diff, 2: Wait time as a human time diff. */
    7979            __( 'A recovery link was already sent %1$s ago. Please wait another %2$s before requesting a new email.' ),
    8080            human_time_diff( $last_sent ),
Note: See TracChangeset for help on using the changeset viewer.