Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
added language_attributes() to header.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jan 13, 2011
1 parent 1c11a9c commit c9d3c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php include (TEMPLATEPATH.'/get-theme-options.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="distribution" content="global" />
Expand Down

0 comments on commit c9d3c7d

Please sign in to comment.