Ticket #35766: 35766.patch
| File 35766.patch, 803 bytes (added by , 10 years ago) |
|---|
-
src/wp-admin/includes/ms.php
309 309 310 310 $current_user = wp_get_current_user(); 311 311 $content = str_replace( '###USERNAME###', $current_user->user_login, $content ); 312 $content = str_replace( '###ADMIN_URL###', esc_url( admin_url( 'options.php?adminhash='.$hash ) ), $content );312 $content = str_replace( '###ADMIN_URL###', esc_url( self_admin_url( 'options.php?adminhash='.$hash ) ), $content ); 313 313 $content = str_replace( '###EMAIL###', $value, $content ); 314 314 $content = str_replace( '###SITENAME###', get_site_option( 'site_name' ), $content ); 315 315 $content = str_replace( '###SITEURL###', network_home_url(), $content );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)