Changeset 22419 for trunk/wp-admin/setup-config.php
- Timestamp:
- 11/07/2012 05:34:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/setup-config.php
r22314 r22419 101 101 </head> 102 102 <body<?php if ( is_rtl() ) echo ' class="rtl"'; ?>> 103 <h1 id="logo">< img alt="WordPress" src="images/wordpress-logo.png?ver=20120216" /></h1>103 <h1 id="logo"><a href="<?php esc_attr_e( 'http://wordpress.org/' ); ?>"><?php _e( 'WordPress' ); ?></a></h1> 104 104 <?php 105 105 } // end function setup_config_display_header();
Note: See TracChangeset
for help on using the changeset viewer.