wordpress-develop
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...
This PR addresses the issue in Trac ticket [#60347](https://core.trac.wordpress.org/ticket/60347), where wp_kses() removes valid text fragment links (e.g., #:~:text=highlight) by treating them as invalid protocols. Changes: • Updated wp_kses_bad_protocol() in kses.php...
The changes update the terminology from "Deleted" to "Flagged for Deletion" across the Network Admin interface to better communicate the actual status of deactivated sites. Trac ticket: https://core.trac.wordpress.org/ticket/15801 --- **This...
Trac Ticket: Core-63175 ### Problem Statement The original unit tests for the `wp_unique_id_from_values()` function relied on specific hash outputs, which caused test failures in certain hosting environments due to differences...
Second pass at https://core.trac.wordpress.org/ticket/61393 --- **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...
…hin the `WP_Theme_JSON` class. Let's break down the changes and their impact. **Problem:** The original `sanitize` method likely performed redundant computations when called multiple times with the same input. Sanitizing...
Trac ticket: https://core.trac.wordpress.org/ticket/45949 This PR add support for `SupportURI` header as discussed in Trac ticket. **Plugin's preview** **Theme's preview** --- **This Pull Request is for code review only. Please keep...
1) Added new function 'wp_is_file_request()' to wp-includes/functions.php 2) Added check at top of wp-includes/template-loader.php to prevent unnecessary processing when a missing file is being requested. Trac ticket: https://core.trac.wordpress.org/ticket/63111 --- **This...
Trac ticket: https://core.trac.wordpress.org/ticket/58831 --- **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...
This PR addresses an issue where closing search modal (e.g., mobile menu or search) causes the page to briefly jump to the top and scroll back. The fix ensures smooth...
Trac ticket: https://core.trac.wordpress.org/ticket/36447 This PR adds tooltip functionality to the responsive preview icons in the WordPress Customizer. By displaying tooltips on hover, users can now clearly identify the purpose of...