]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/schema.php
Wordpress 3.0.1
[autoinstalls/wordpress.git] / wp-admin / includes / schema.php
index 632681b60c04a2d40f32ea7fcc64d5584b4e261b..50503b26d201754e52457afb5be29de1611bde19 100644 (file)
@@ -769,7 +769,7 @@ Thanks!
                        if ( ! empty ( $errstr ) )
                                $msg .= ' ' . sprintf( __( 'This resulted in an error message: %s' ), '<code>' . $errstr . '</code>' );
                        $msg .= '</p>';
                        if ( ! empty ( $errstr ) )
                                $msg .= ' ' . sprintf( __( 'This resulted in an error message: %s' ), '<code>' . $errstr . '</code>' );
                        $msg .= '</p>';
-                       $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>';
+                       $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>';
                        $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>';
                        return new WP_Error( 'no_wildcard_dns', $msg );
                }
                        $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>';
                        return new WP_Error( 'no_wildcard_dns', $msg );
                }