Make WordPress Core


Ignore:
Timestamp:
11/21/2016 02:45:53 AM (9 years ago)
Author:
johnbillion
Message:

I18n: Introduce more translator comments for strings that contain placeholders but don't have an accompanying translator comment.

See #38882

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ajax-actions.php

    r38747 r39326  
    12491249            $post_data['post_status'] = 'draft';
    12501250            $now = current_time('timestamp', 1);
     1251            /* translators: 1: Post creation date, 2: Post creation time */
    12511252            $post_data['post_title'] = sprintf( __( 'Draft created on %1$s at %2$s' ), date( __( 'F j, Y' ), $now ), date( __( 'g:i a' ), $now ) );
    12521253
Note: See TracChangeset for help on using the changeset viewer.