[wp-trac] [WordPress Trac] #65352: network credit.php header logo for WordPress 7.0 showing broken

WordPress Trac noreply at wordpress.org
Tue May 26 18:36:03 UTC 2026


#65352: network credit.php header logo for WordPress 7.0 showing broken
----------------------------------------+----------------------------
 Reporter:  umesh.nevase                |       Owner:  (none)
     Type:  defect (bug)                |      Status:  new
 Priority:  normal                      |   Milestone:  7.0.1
Component:  Help/About                  |     Version:  7.0
 Severity:  normal                      |  Resolution:
 Keywords:  needs-patch good-first-bug  |     Focuses:  ui, multisite
----------------------------------------+----------------------------
Changes (by sabernhardt):

 * keywords:   => needs-patch good-first-bug
 * focuses:  ui, accessibility, multisite => ui, multisite
 * component:  Networks and Sites => Help/About
 * milestone:  Awaiting Review => 7.0.1


Comment:

 Each of these four pages has a relative reference to the logo, which
 displays on single-site installations but not multisite.
 {{{
 src="images/about-release-logo.svg?ver=7.0"
 }}}

 Other images use `admin_url()`:
 {{{
 <img src="<?php echo esc_url( admin_url( 'images/about-release-
 logo.svg?ver=7.0' ) ); ?>" alt="<?php echo esc_attr( $header_alt_text );
 ?>" />
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/65352#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list