Update login-logo.png to use proper color. Copy it over wordpress-logo.png. Make that one canonical, and stop using login-logo.png. Leave it for plugins. props iammattthomas. see #19955.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19937 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c67544eadb
commit
5ecb56896f
|
@ -6029,7 +6029,7 @@ a.rsswidget {
|
||||||
}
|
}
|
||||||
|
|
||||||
.login h1 a {
|
.login h1 a {
|
||||||
background: url(../images/logo-login.png) no-repeat top center;
|
background: url(../images/wordpress-logo.png?ver=20120216) no-repeat top center;
|
||||||
width: 326px;
|
width: 326px;
|
||||||
height: 67px;
|
height: 67px;
|
||||||
text-indent: -9999px;
|
text-indent: -9999px;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 4.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 4.9 KiB |
|
@ -16,7 +16,7 @@ if ( false ) {
|
||||||
<title>Error: PHP is not running</title>
|
<title>Error: PHP is not running</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
|
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png?ver=20120216" /></h1>
|
||||||
<h2>Error: PHP is not running</h2>
|
<h2>Error: PHP is not running</h2>
|
||||||
<p>WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.</p>
|
<p>WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.</p>
|
||||||
</body>
|
</body>
|
||||||
|
@ -61,7 +61,7 @@ function display_header() {
|
||||||
<?php wp_admin_css( 'install', true ); ?>
|
<?php wp_admin_css( 'install', true ); ?>
|
||||||
</head>
|
</head>
|
||||||
<body<?php if ( is_rtl() ) echo ' class="rtl"'; ?>>
|
<body<?php if ( is_rtl() ) echo ' class="rtl"'; ?>>
|
||||||
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
|
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png?ver=20120216" /></h1>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
} // end display_header()
|
} // end display_header()
|
||||||
|
|
|
@ -19,7 +19,7 @@ header( 'Content-Type: text/html; charset=utf-8' );
|
||||||
<?php wp_admin_css( 'install', true ); ?>
|
<?php wp_admin_css( 'install', true ); ?>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 id="logo"><img alt="WordPress" src="../images/wordpress-logo.png" /></h1>
|
<h1 id="logo"><img alt="WordPress" src="../images/wordpress-logo.png?ver=20120216" /></h1>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
|
@ -221,7 +221,7 @@ if ( isset( $_GET['action'] ) ) {
|
||||||
?>
|
?>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 id="logo"><img alt="WordPress" src="<?php echo esc_attr( admin_url( 'images/wordpress-logo.png' ) ); ?>" /></h1>
|
<h1 id="logo"><img alt="WordPress" src="<?php echo esc_attr( admin_url( 'images/wordpress-logo.png?ver=20120216' ) ); ?>" /></h1>
|
||||||
<form action="sites.php?action=<?php echo esc_attr( $_GET['action2'] ) ?>" method="post">
|
<form action="sites.php?action=<?php echo esc_attr( $_GET['action2'] ) ?>" method="post">
|
||||||
<input type="hidden" name="action" value="<?php echo esc_attr( $_GET['action2'] ) ?>" />
|
<input type="hidden" name="action" value="<?php echo esc_attr( $_GET['action2'] ) ?>" />
|
||||||
<input type="hidden" name="id" value="<?php echo esc_attr( $id ); ?>" />
|
<input type="hidden" name="id" value="<?php echo esc_attr( $id ); ?>" />
|
||||||
|
|
|
@ -89,7 +89,7 @@ function display_header() {
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body<?php if ( is_rtl() ) echo ' class="rtl"'; ?>>
|
<body<?php if ( is_rtl() ) echo ' class="rtl"'; ?>>
|
||||||
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
|
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png?ver=20120216" /></h1>
|
||||||
<?php
|
<?php
|
||||||
}//end function display_header();
|
}//end function display_header();
|
||||||
|
|
||||||
|
|
|
@ -56,7 +56,7 @@ else
|
||||||
?>
|
?>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
|
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png?ver=20120216" /></h1>
|
||||||
|
|
||||||
<?php if ( get_option( 'db_version' ) == $wp_db_version || !is_blog_installed() ) : ?>
|
<?php if ( get_option( 'db_version' ) == $wp_db_version || !is_blog_installed() ) : ?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue