Make WordPress Core


Ignore:
Timestamp:
11/21/2016 01:21:01 AM (8 years ago)
Author:
johnbillion
Message:

I18n: Begin introducing translator comments for strings which include placeholders but no accompanying translator comment.

Adds context to one string used in two different contexts for the new user and new site signup email notification.

More to come.

See #38882

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/load.php

    r39130 r39323  
    129129        header( sprintf( '%s 500 Internal Server Error', $protocol ), true, 500 );
    130130        header( 'Content-Type: text/html; charset=utf-8' );
     131        /* translators: 1: Current PHP version number, 2: WordPress version number, 3: Minimum required PHP version number */
    131132        die( sprintf( __( 'Your server is running PHP version %1$s but WordPress %2$s requires at least %3$s.' ), $php_version, $wp_version, $required_php_version ) );
    132133    }
Note: See TracChangeset for help on using the changeset viewer.