Make WordPress Core

Changeset 15294


Ignore:
Timestamp:
06/21/2010 05:36:46 AM (14 years ago)
Author:
nacin
Message:

Translate, don't echo. props SergeyBiryukov, fixes #14008 for 3.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/wp-admin/includes/schema.php

    r15238 r15294  
    770770                $msg .= ' ' . sprintf( __( 'This resulted in an error message: %s' ), '<code>' . $errstr . '</code>' );
    771771            $msg .= '</p>';
    772             $msg .= '<p>' . _e( 'To use a subdomain configuration, you must have a wildcard entry in your DNS. This usually means adding a <code>*</code> hostname record pointing at your web server in your DNS configuration tool.' ) . '</p>';
     772            $msg .= '<p>' . __( 'To use a subdomain configuration, you must have a wildcard entry in your DNS. This usually means adding a <code>*</code> hostname record pointing at your web server in your DNS configuration tool.' ) . '</p>';
    773773            $msg .= '<p>' . __( 'You can still use your site but any subdomain you create may not be accessible. If you know your DNS is correct, ignore this message.' ) . '</p>';
    774774            return new WP_Error( 'no_wildcard_dns', $msg );
Note: See TracChangeset for help on using the changeset viewer.