Make WordPress Core


Ignore:
Timestamp:
11/21/2016 02:45:53 AM (8 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-login.php

    r39323 r39326  
    342342    }
    343343
     344    /* translators: Password reset email subject. 1: Site name */
    344345    $title = sprintf( __('[%s] Password Reset'), $blogname );
    345346
Note: See TracChangeset for help on using the changeset viewer.