wordpress-develop icon indicating copy to clipboard operation
wordpress-develop copied to clipboard

WordPress Develop, Git-ified. Synced from git://develop.git.wordpress.org/, including branches and tags! This repository is just a mirror of the WordPress subversion repository. Please include a link...

Results 461 wordpress-develop issues
Sort by recently updated
recently updated
newest added

Trac ticket: https://core.trac.wordpress.org/ticket/30705 --- **This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See [GitHub Pull...

## Combined Test Report and Unit Tests Patch ### Description This report validates that the indicated patch works as expected. Patch tested: https://github.com/WordPress/wordpress-develop/pull/8435.diff ### Environment - WordPress: 6.8-beta3-60042-src - PHP:...

Trac ticket: https://core.trac.wordpress.org/ticket/62166 Fixes PHPCS Error :- "There must be exactly one blank line after the file comment"

## Summary This PR adds support for ordering posts by `comment_count` in the REST API by extending the `orderby` parameter in the `get_collection_params` method of the `WP_REST_Posts_Controller` class. ### Changes...

Added Missing Package Details in `Twenty Twenty Two`, `Twenty Twenty Three` and `Twenty Twenty Four` Themes Trac Ticket: [62437](https://core.trac.wordpress.org/ticket/62437)

Coming from this report: https://core.trac.wordpress.org/ticket/55452 I've figured out that possibly this patch could solve, on an inner level the issues behind HTML encoded characters when sanitizing. Not sure if this...

Trac ticket: https://core.trac.wordpress.org/ticket/63123 Fix pagination links for search results by preventing trailing slashes from being added to search query parameters. This change preserves the functionality from changeset [59966] while preventing...

This updates the patch from @ethitter to include inline documentation and a single filter https://core.trac.wordpress.org/ticket/63005

### Description This PR adds screen reader announcements for upload image failures and dismiss interaction. Trac ticket: https://core.trac.wordpress.org/ticket/63114 --- **This Pull Request is for code review only. Please keep all...