Making WordPress.org

Change History (3)

#1 @dd32
7 months ago

search for url(./images/quotemark.svg)

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.

search for url(./EB-Garamond/EBGaramond-arrows.woff2)

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

https://wordpress.org/news/wp-content/mu-plugins/pub-sync/global-fonts/EB-Garamond/EBGaramond-Italic-arrows.woff2

Ahhhh this is about EBGaramond-Italic-arrows not EBGaramond-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.

on the page: https://wordpress.org/plugins/developers/
https://wordpress.org/plugins/?p=8 results in 404

https://wordpress.org/plugins/?p=8 is the shortlink specified for the page. I'll fix this up.

#2 @dd32
7 months ago

In 13259:

Plugin Directory: Support ?p=8 queries for page shortlinks.

Props benniledl for the report.
See #7498.

#3 @benniledl
7 months ago

  • Resolution set to reported-upstream
  • Status changed from new to closed

Ahh sorry for quoting the wrong font, so sorry for the wasted time that you spent searching :D
Thank you for the fix, I will file a report in the github repos :)

Note: See TracTickets for help on using tickets.