All open source work

WordPress core

WordPress/wordpress-develop · 3.5K stars · PHP

Fixes committed across administration, accessibility, media, sitemaps and PHP 8.6 compatibility. Credited in the 7.1 release.

WordPress core is committed through SVN, so accepted pull requests show as closed rather than merged on GitHub. Each one listed here has a linked core changeset.

Pull requests 19

Show pull requests
  1. Editor: Run `autoembed()` before `do_blocks()` in block content filters (opens in a new tab)

    In review #13508 · +43 / -3

  2. Sitemaps: Don't return a 404 status for valid sitemap requests when the main query has no posts (opens in a new tab)

    Committed #13247 · +268 / -10

  3. Administration: Correct the message shown when build files are unavailable (opens in a new tab)

    Committed #13365 · +5 / -5

  4. Media: Remove a stray closing div from the Site Icon crop preview template (opens in a new tab)

    In review #13366 · +5 / -4

  5. Administration: Hide the cb column in list table body rows when it is hidden (opens in a new tab)

    In review #13284 · +78 / -1

  6. REST API: Guard against a non-array return from the `rest_endpoints` filter (opens in a new tab)

    In review #13254 · +52 / -0

  7. Toolbar: Constrain site icon to 20x20 regardless of page-level CSS overrides (opens in a new tab)

    In review #13243 · +11 / -2

  8. Administration: Always display the On This Day dashboard widget (opens in a new tab)

    Committed #12575 · +46 / -133

  9. Fix misaligned show/hide icon in password fields (opens in a new tab)

    Committed #12472 · +3 / -3

  10. Widgets: Cap 'On This Day' posts per year instead of overall (opens in a new tab)

    In review #12806 · +351 / -48

  11. Administration: Replace hardcoded 0.5px focus styles with the standard focus-width variable (opens in a new tab)

    Committed #12601 · +12 / -4

  12. Administration: A11y: Use a shape for the 'Collapse menu' focus style (opens in a new tab)

    Committed #12722 · +7 / -4

  13. Media: Exclude IMG from cross-origin injection in media templates (opens in a new tab)

    Committed #12616 · +64 / -1

  14. General: Do not return values from constructors for PHP 8.6 compatibility (opens in a new tab)

    Committed #12538 · +1 / -2

  15. Users: Only set initial focus on the password field on the reset password form (opens in a new tab)

    Committed #12534 · +0 / -5

  16. Accessibility: Display a tooltip on toggle tip buttons to expose their accessible name (opens in a new tab)

    In review #12532 · +130 / -9

  17. Editor: Update Google Fonts API endpoint for WordPress 7.1 (opens in a new tab)

    Committed #12343 · +7 / -7

  18. Media: Fix incorrect count and lingering thumbnail in the media modal (opens in a new tab)

    In review #12392 · +101 / -8

  19. Fix: State styles - clear `background-image` when hover sets a solid `background-color` (opens in a new tab)

    Committed #12182 · +125 / -1