Make WordPress Core


Ignore:
Timestamp:
02/17/2012 04:57:56 AM (13 years ago)
Author:
nacin
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r19862 r19937  
    1717</head>
    1818<body>
    19     <h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
     19    <h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png?ver=20120216" /></h1>
    2020    <h2>Error: PHP is not running</h2>
    2121    <p>WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.</p>
     
    6262</head>
    6363<body<?php if ( is_rtl() ) echo ' class="rtl"'; ?>>
    64 <h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
     64<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png?ver=20120216" /></h1>
    6565
    6666<?php
Note: See TracChangeset for help on using the changeset viewer.