mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
Poka-yoke.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19791 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9f4f2e85ce
commit
92e46cf396
@ -85,7 +85,7 @@ function display_header() {
|
|||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title><?php _e( 'WordPress › Setup Configuration File' ); ?></title>
|
<title><?php _e( 'WordPress › Setup Configuration File' ); ?></title>
|
||||||
<link rel="stylesheet" href="css/install.css?ver=<?php echo $wp_version; ?>" type="text/css" />
|
<link rel="stylesheet" href="css/install.css?ver=<?php echo preg_replace( '/[^0-9a-z\.-]/i', '', $wp_version ); ?>" type="text/css" />
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user