[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 03:43:35 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
-------------------------------------------------+-------------------------
Changes (by khokansardar):
* keywords: good-first-bug has-patch => good-first-bug has-patch has-test-
info
Comment:
Testing report:
== Environment ==
- A subdirectory multisite install (Network Setup → "Sub-directories").
The bug is specific to subdirectory multisite; single-site and
subdomain multisite resolve the relative path correctly.
- WordPress trunk (7.1-alpha) with PR #11980 applied.
== Steps to reproduce (before patch) ==
1. Set up a subdirectory multisite and create a second site
(e.g. /site2/).
2. Log into that subsite's admin: /site2/wp-admin/.
3. Visit each About subpage:
- /site2/wp-admin/credits.php
- /site2/wp-admin/freedoms.php
- /site2/wp-admin/privacy.php
- /site2/wp-admin/contribute.php
4. Observe the header logo is broken (404). The <img> src resolves to
/site2/wp-admin/images/about-release-logo.svg, which does not exist.
== Steps to verify the fix (after patch) ==
1. Apply PR #11980.
2. Reload the four subpages above on the subsite.
→ The release logo now renders. View source: the src is the absolute
admin_url(), e.g. https://example.com/wp-admin/images/about-
release-logo.svg?ver=7.0
3. Regression check on the primary (network) site and on a single-site
install — load the same four pages; logo still renders correctly.
4. Confirm the main About page (about.php) is unaffected (already used
admin_url()).
== Expected result ==
The WordPress release logo displays on Credits, Freedoms, Privacy, and
Contribute pages across all install types, including subdirectory
multisite subsites.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/65352#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list