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...
Trac ticket: Core-59239
https://core.trac.wordpress.org/ticket/64445
Trac ticket: Core-61401 See: ~#9105~, ~#9841~, ~#9842~ -> #10291, (~#9843~ -> #10292)
Improves the plugin dependencies UI by indicating whether required plugins are installed, active, or missing. Follow-up to #10686. Trac: [#64475](https://core.trac.wordpress.org/ticket/64475)
Previously: * https://github.com/WordPress/wordpress-develop/pull/8007 * https://github.com/WordPress/gutenberg/pull/69126 This change: * Introduces [Octoscan, Zizmor, and Poutine](https://github.com/johnbillion/awesome-github-actions-security?tab=readme-ov-file#static-workflow-file-scanning) which are tools for linting workflow files for security weaknesses. * Fixes some issues in workflow files...
Trac ticket: https://core.trac.wordpress.org/ticket/64457 Adds early hostname validation using the Filter extension when available, while falling back to the existing behavior when it’s not. Includes a test case for underscore hostnames.
## Description This PR improves the grammar in the file header comment of `src/wp-includes/plugin.php`. **Change Made:** Removed an awkward comma from the line: - Before: "and filters and hooking functions,...
Trac ticket: https://core.trac.wordpress.org/ticket/64284 This PR ensures the multiplication symbol (×) and its HTML entities are consistently replaced with the letter "x" when sanitizing titles for slugs. Users sometimes accidentally type...
## Summary Backports the changes from Gutenberg PR https://github.com/WordPress/gutenberg/pull/74444 to rename the navigation overlay template part area. This PR introduces the `WP_TEMPLATE_PART_AREA_NAVIGATION_OVERLAY` constant to define a dedicated template part area...
Trac ticket: https://core.trac.wordpress.org/ticket/19998 This PR enhances the `esc_xml()` function to strip control characters that are not valid according to the XML 1.0 specification. This prevents feed parsers from breaking when...