Opened 7 months ago
Closed 7 months ago
#7498 closed defect (bug) (reported-upstream)
Some 404 errors
Reported by: | benniledl | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | |
Cc: |
Description
in the css file
https://wordpress.org/showcase/wp-content/themes/wporg-parent-2021/build/style.css?ver=1709073776#
search for url(./images/quotemark.svg)
https://wordpress.org/showcase/wp-content/themes/wporg-parent-2021/build/images/quotemark.svg
does not exist
same in
https://wordpress.org/news/wp-content/mu-plugins/pub-sync/global-fonts/style.css?ver=1700434933
search for url(./EB-Garamond/EBGaramond-arrows.woff2)
https://wordpress.org/news/wp-content/mu-plugins/pub-sync/global-fonts/EB-Garamond/EBGaramond-Italic-arrows.woff2
does not exist
on the page: https://wordpress.org/plugins/developers/
https://wordpress.org/plugins/?p=8 results in 404
Change History (3)
Note: See
TracTickets for help on using
tickets.
It looks like this is the rule:
https://github.com/WordPress/wporg-parent-2021/blob/00997d56a4852ac60c72b3c3c4019acd8519b96e/source/wp-content/themes/wporg-parent-2021/sass/blocks/_pullquote.scss#L5
It looks like it was copied from wporg-news-2021 without the image: https://github.com/WordPress/wporg-news-2021/blob/e1d3bd54668c408ca19e0e007737892b2b747e5c/source/wp-content/themes/wporg-news-2021/sass/blocks/_pullquote.scss#L6
Could you file a bug in https://github.com/WordPress/wporg-parent-2021 ? Otherwise I can do it for you.
https://github.com/WordPress/wporg-mu-plugins/blob/a7ead721d67a2d61c6859ea71226cfd30d4289f6/mu-plugins/global-fonts/style.css#L567
The arrows font does exist;
https://github.com/WordPress/wporg-mu-plugins/blob/build/mu-plugins/global-fonts/EB-Garamond/EBGaramond-arrows.woff2
Ahhhh this is about
EBGaramond-Italic-arrows
notEBGaramond-arrows
which is quoted.Italic arrows do indeed not exist; https://github.com/WordPress/wporg-mu-plugins/tree/build/mu-plugins/global-fonts/EB-Garamond
Could you file a bug in https://github.com/WordPress/wporg-mu-plugins? Otherwise I can do that for you.
https://wordpress.org/plugins/?p=8 is the shortlink specified for the page. I'll fix this up.