Changeset 1407
- Timestamp:
- 06/11/2004 04:09:18 PM (22 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
-
install.php (modified) (2 diffs)
-
upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r1363 r1407 13 13 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 14 14 <html xmlns="http://www.w3.org/1999/xhtml"> 15 <head> 15 16 <title>WordPress › Installation</title> 16 17 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 17 18 <style media="screen" type="text/css"> 18 <!-- 19 19 20 body { 20 21 background-color: white; … … 42 43 line-height: 140%; 43 44 } 44 --> 45 45 46 </style> 46 47 </head> -
trunk/wp-admin/upgrade.php
r1229 r1407 11 11 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 12 12 <html xmlns="http://www.w3.org/1999/xhtml"> 13 <head> 13 14 <title>WordPress › Upgrade WordPress</title> 14 15 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Note: See TracChangeset
for help on using the changeset viewer.