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...
Twenty Ten: 4.4 Twenty Eleven: 4.9 Twenty Twelve: 4.5 Twenty Thirteen: 4.4 Twenty Fourteen: 4.2 Twenty Fifteen: 4.0 Twenty Sixteen: 3.5 Twenty Seventeen: 3.9 Twenty Nineteen: 3.1 Twenty Twenty: 2.9...
This is a followup to #8615. Currently query cache keys are un-parseable and they should be unified. ``` :0.91192600-1743003204:0.90454100-1743003204 :0.91192600-17430032040.90454100-1743003204 :0.90454100-1743003204 ``` I propose this new format, where the primary...
The timestamp for queries currently is stored as `0.91192600 1743003204`, not as a numeric value. This makes it hard to compare, plus it consumes unnecessary bytes in the key name....
This is an alternative approach of the solution in #1207 after feedback from @azaozz. This would replace the freefloating execution of the load function behind a new press_this_init action. In...
## Description # Introduces wptexturize_disabled_replacements filter for granular control over texturization # Proposed Change Adds a new filter wptexturize_disabled_replacements that allows developers to selectively disable specific texturization replacements in WordPress's...
Trac Ticket: Core-56344 This PR introduces the `image_editor_imagick_unsharp_mask` filter.
Trac ticket: https://core.trac.wordpress.org/ticket/63176 --- **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...
Not much to comment here that I have not commented in the ticket OP Trac ticket: https://core.trac.wordpress.org/ticket/63187#ticket --- **This Pull Request is for code review only. Please keep all other...
Trac ticket: https://core.trac.wordpress.org/ticket/63186 This PR addresses the issue where empty `properties` arrays in REST API JSON schemas are output as `[]` instead of `{}`. According to JSON Schema specifications, the...
The PR handles the case when a semi-colon(;) is present in CSS value while splitting the styles while sanitizing inline-styles. Currently the CSS is split with `$css_array = explode( ';',...