Changeset 4757
- Timestamp:
- 01/17/2007 12:01:21 AM (14 years ago)
- Location:
- trunk/wp-content/themes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/header.php
r4495 r4757 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml" >2 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 3 3 4 4 <head profile="http://gmpg.org/xfn/11"> -
trunk/wp-content/themes/default/header.php
r4495 r4757 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml" >2 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 3 3 4 4 <head profile="http://gmpg.org/xfn/11">
Note: See TracChangeset
for help on using the changeset viewer.