Make WordPress Core


Ignore:
Timestamp:
10/12/2006 02:33:03 AM (18 years ago)
Author:
markjaquith
Message:

wp_die() fix for 5 minute install from alanjcastonguay. fixes #3231

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r4372 r4379  
    11101110?>
    11111111<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    1112 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
     1112<html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists('language_attributes') ) language_attributes(); ?>>
    11131113<head>
    11141114    <title><?php echo $title ?></title>
Note: See TracChangeset for help on using the changeset viewer.