Ticket #17815: 17815.patch

File 17815.patch, 776 bytes (added by SergeyBiryukov, 21 months ago)

Patch against trunk root, with a bit more descriptive WP_I18N comment

  • wp-includes/functions.php

     
    33163316<html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists( 'language_attributes' ) ) language_attributes(); ?>> 
    33173317<head> 
    33183318<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    3319         <title>Database Error</title> 
     3319        <title><?php echo /*WP_I18N_DB_ERROR*/'Database Error'/*/WP_I18N_DB_ERROR*/; ?></title> 
    33203320 
    33213321</head> 
    33223322<body> 
    3323         <h1>Error establishing a database connection</h1> 
     3323        <h1><?php echo /*WP_I18N_DB_CONNECTION_ERROR*/'Error establishing a database connection'/*/WP_I18N_DB_CONNECTION_ERROR*/; ?></h1> 
    33243324</body> 
    33253325</html> 
    33263326<?php