[wp-trac] [WordPress Trac] #65352: network credit.php header logo for WordPress 7.0 showing broken
WordPress Trac
noreply at wordpress.org
Wed May 27 06:11:39 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: good-first-bug has-patch has-test- | Focuses: ui,
info | multisite
-------------------------------------------------+-------------------------
Comment (by mukesh27):
Replying to [comment:1 sabernhardt]:
> 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 );
?>" />
> }}}
`6.9` also use similar relative path. See https://github.com/WordPress
/wordpress-develop/blob/6.9/src/wp-admin/contribute.php#L28
--
Ticket URL: <https://core.trac.wordpress.org/ticket/65352#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list