Ticket #19753: 19753.patch
| File 19753.patch, 634 bytes (added by , 15 years ago) |
|---|
-
wp-admin/admin-header.php
22 22 $title = esc_html( strip_tags( $title ) ); 23 23 24 24 if ( is_network_admin() ) 25 $admin_title = __( 'Network Admin');25 $admin_title = sprintf( __('Network Admin: %s'), esc_html( $current_site->site_name ) ); 26 26 elseif ( is_user_admin() ) 27 $admin_title = __( 'Global Dashboard');27 $admin_title = sprintf( __('Global Dashboard: %s'), esc_html( $current_site->site_name ) ); 28 28 else 29 29 $admin_title = get_bloginfo( 'name' ); 30 30
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)