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 555 wordpress-develop issues
Sort by recently updated
recently updated
newest added

Hides "Skip to Toolbar" link when it has nothing to skip past. [Trac 63118](https://core.trac.wordpress.org/ticket/63118) --- **This Pull Request is for code review only. Please keep all other discussion in the...

This PR introduces the pre_post_insert hook, allowing developers to modify or inspect post data before insertion, similar to pre_post_update. This enhances flexibility for use cases like duplicate content detection. Trac...

Adapted a 10-year-old ticket by dlh Trac ticket: https://core.trac.wordpress.org/ticket/33600 --- **This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge...

The issue comes from a not registered script for this specific unit test `test_get_block_editor_settings_theme_json_settings` making to fail because of an early error. With this patch, the test is passing. Trac...

Trac ticket: https://core.trac.wordpress.org/ticket/63087 --- **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...

Trac ticket: https://core.trac.wordpress.org/ticket/17246 --- **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...

Trac ticket: [#62806](https://core.trac.wordpress.org/ticket/62806) This PR enhances accessibility in the Customizer by ensuring we properly respect users' motion preferences, particularly for those who may experience motion sensitivity or vestibular disorders. Changes:...

Trac Ticket : Core-61515 ## Overview - This pull request introduces updates to the wp_audio_shortcode function to enhance the handling of boolean attributes and the preload attribute in accordance with...

Add the src attribute in an tag as required by safari. Trac ticket: https://core.trac.wordpress.org/ticket/61398 --- **This Pull Request is for code review only. Please keep all other discussion in the...

This PR introduces output buffering of the rendered template starting just before the `template_redirect` action. The output buffer callback then passes the buffered output into the `wp_template_output_buffer` filter for processing....