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 fixes unnecessary 301 redirect triggered by `redirect_canonical()` when a query string contains a `+` (plus sign) instead of `%20`. While both `+` and `%20` are valid representations of...
Trac Ticket: Core-61545 Experimenting to determine if we have any measurable performance overhead in the associate array that previously stored parsed attribute tokens. From: ```php $this->attributes[ $attribute_name ] = $token;...
**This PR for discussion of code and tests - see companion ticket** Trac ticket: https://core.trac.wordpress.org/ticket/55635 Resolves #17725 (https://core.trac.wordpress.org/ticket/17725) When wp_convert_hr_to_bytes() was introduced in [4388] it provided a simplified mechanism to...
Part of: [https://github.com/WordPress/ai/issues/40](https://github.com/WordPress/ai/issues/40) cc: @Jameswlepage Equivalent core PR of: https://github.com/WordPress/gutenberg/pull/74234 (in Gutenberg). Inspired by the work on [https://github.com/galatanovidiu/mcp-adapter-implementation-example/tree/experiment/layerd-mcp-tools/includes/Abilities](https://github.com/galatanovidiu/mcp-adapter-implementation-example/tree/experiment/layerd-mcp-tools/includes/Abilities) by @galatanovidiu. Ticket: https://core.trac.wordpress.org/ticket/64455 ## Core abilities organization This PR also proposes...
Trac ticket: https://core.trac.wordpress.org/ticket/64505
Backport for (part of) https://github.com/WordPress/gutenberg/pull/74610. TODO: - [ ] Add test coverage Trac ticket: TBD
Backport for (part of) https://github.com/WordPress/gutenberg/pull/74610. TODO: - [ ] Add test coverage Trac ticket: TBD --- **This Pull Request is for code review only. Please keep all other discussion in...
Continuation of #8977 Fix redirect comparison to account for port difference to ensure redirects from a requested URL that uses port to a canonical URL that doesn't use port work...
Trac ticket: https://core.trac.wordpress.org/ticket/64508
Trac ticket: https://core.trac.wordpress.org/ticket/64474 --- **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...