Make WordPress Core


Ignore:
Timestamp:
10/30/2015 10:34:37 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Add translator comments for strings in theme-compat/comments-popup.php.

Props ramiy.
See #34503.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme-compat/comments-popup.php

    r34351 r35454  
    88 *
    99 */
    10 _deprecated_file( sprintf( __( 'Theme without %1$s' ), basename(__FILE__) ), '3.0', null, sprintf( __('Please include a %1$s template in your theme.'), basename(__FILE__) ) );
     10_deprecated_file(
     11    /* translators: %s: template name */
     12    sprintf( __( 'Theme without %s' ), basename( __FILE__ ) ),
     13    '3.0',
     14    null,
     15    /* translators: %s: template name */
     16    sprintf( __( 'Please include a %s template in your theme.' ), basename( __FILE__ ) )
     17);
    1118?><!DOCTYPE html>
    1219<html xmlns="http://www.w3.org/1999/xhtml">
Note: See TracChangeset for help on using the changeset viewer.