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

This PR adds OPCache information to the Site Health Info page so administrators can see how their PHP OPcache is performing. The code checks if OPcache is available using `extension_loaded('opcache')`,...

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

A PR to sync https://github.com/WordPress/gutenberg/pull/73452 ## Problem When KSES filters are active (via `add_action( 'init', 'kses_init_filters' )`), valid non-preset settings in Global Styles are being incorrectly filtered out. Specifically: -...

bug

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

enhancement

To avoid SSL Mixed content warning, it is needed to force the icon to load with https Trac ticket: https://core.trac.wordpress.org/ticket/52730 --- **This Pull Request is for code review only. Please...

1. Adding onto this https://github.com/WordPress/wordpress-develop/pull/8633 > renamed the added filter to 'propagate_network_user_spam_to_blogs' in alignment with current WordPress naming standards. 2. Added unit testcase. Trac ticket: https://core.trac.wordpress.org/ticket/61146 --- **This Pull Request...

Trac ticket: https://core.trac.wordpress.org/ticket/61286

Trac ticket: https://core.trac.wordpress.org/ticket/64425 - Updated `attr` to use `prop`. - Use bind instead of proxy with a comment to update the function used with namespace. --- **This Pull Request is...

Trac ticket: https://core.trac.wordpress.org/ticket/63256 Adds unit test coverage for the fix implemented in #8668 that addresses unnecessary `array_map()` processing in `WP_Term_Query::get_terms()` when `object_ids` is not set. This PR - - Verifies...

Removes patterns of Roman numerals and letters from `isNumericList()` to avoid inappropriately converting them to ordered lists when pasting paragraphs from MS Word. Numbers at the beginning of paragraphs would...