[wp-trac] [WordPress Trac] #58796: Some minnor issue on version: 6.3-beta4-56222
WordPress Trac
noreply at wordpress.org
Thu Jul 13 08:06:03 UTC 2023
#58796: Some minnor issue on version: 6.3-beta4-56222
-----------------------------------------------+---------------------------
Reporter: sumitsingh | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting
| Review
Component: General | Version: trunk
Severity: normal | Resolution:
Keywords: has-screenshots reporter-feedback | Focuses:
| administration
-----------------------------------------------+---------------------------
Changes (by costdev):
* keywords: has-screenshots => has-screenshots reporter-feedback
* focuses: accessibility, administration, performance, coding-standards =>
administration
Comment:
1. Broken links on the "Credits" screen must be solved via the Credits API
(http://api.wordpress.org/core/credits/1.1/).
2. I can't reproduce the Fatal Error on the About page. Based on your
screenshot, this occurred in `formatting.php` when `_deep_replace()` is
called inside `esc_url()`.
If this is isolated only to the About page for you, `esc_url()` is only
called on these strings:
{{{
esc_url( __( 'https://wordpress.org/documentation/wordpress-
version/version-%s/' ) )
esc_url( self_admin_url( 'update-core.php' ) )
esc_url( self_admin_url() )
}}}
3. Are `wp-admin` and `wp-admin/includes/` writable?
4. See 1.
5. See 1.
6. @oglekler Is work planned for https://make.wordpress.org/contribute/ or
should this CTA point to https://make.wordpress.org/ instead?
-----
Finally, thanks to @sumitsingh for testing Beta 4! We need to keep track
of each type of issue, so I would suggest that in future you create
separate tickets for separate issues.
For example:
1. New ticket: Broken library links on the Credits screen.
2. New ticket: Fatal Error when visiting the About page.
3. Search existing tickets for `chmod()` warnings when upgrading WordPress
(#56713) and add your voice to the ticket.
6. Search Trac for the ticket that introduced the Contribute tab (#23348)
and report the issue.
Also please note that `coding-standards` is strictly for WPCS violations,
`performance` is for speed regressions/enhancements, and `accessibility`
is for a11y bugs/enhancements.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58796#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list