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

Backport of https://github.com/WordPress/gutenberg/pull/73359. The work in Gutenberg is currently experimental and so this PR is not yet ready to be merged into Core. If the Gutenberg feature proceeds then we...

Trac ticket: not yet created Backports https://github.com/WordPress/gutenberg/pull/74109 --- **This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull...

Test to ensure there is a clean backport Trac ticket: https://core.trac.wordpress.org/ticket/64462 --- **This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do...

Trac ticket: Core-64427 Introduces the `WP_Mime_Sniffer` class for parsing MIME types from sources such as HTTP `Content-Type` headers, unknown binary files, and more. - `WP_Mime_Sniffer::from_declaration( $supplied_type )` for decoding HTTP...

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

Trac ticket: https://core.trac.wordpress.org/ticket/64238 This fixes the following PHPStan issues for [level 8 compliance](https://phpstan.org/user-guide/rule-levels#:~:text=report%20calling%20methods%20and%20accessing%20properties%20on%20nullable%20types): ```bash phpstan analyze --memory-limit=4G --level=8 src/wp-includes/script-loader.php ``` ``` ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Line script-loader.php ------ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 133 Offset 0|1|2|3|4|5|6|7|8|9|10|11|12|'lodash'|'moment'|'react'|'react-dom'|'react-jsx-runtime'|'regenerator-runtime'|'wp-polyfill'|'wp-polyfill-dom-rect'|'wp-polyfill-element…'|'wp-polyfill-fetch'|'wp-polyfill-formdata'|'wp-polyfill-inert'|'wp-polyfill-node…'|'wp-polyfill-object…'|'wp-polyfill-url'...

Trac ticket: Core-64473 Prep work for Core-64427 Introduces a class to contain relevant WHATWG spec-compliant handling of character encodings, conversions, and recognition. Answers two valuable questions: - Given this charset...

This PR addresses ticket #64382 in WordPress Trac. The issue: When using the search input in the Posts list screen (`/wp-admin/edit.php`), the search clear (×) button does not display a...

### Description This PR addresses the issue where the /wp/v2/settings endpoint returns a 200 OK even when sent unknown properties or an empty request body. ### Changes: Updated **WP_REST_Settings_Controller::update_item** to...

I'm testing out an approach to fix a long-standing issue: https://core.trac.wordpress.org/ticket/47642 https://core.trac.wordpress.org/ticket/52907 https://core.trac.wordpress.org/ticket/64042 https://core.trac.wordpress.org/ticket/44349 https://core.trac.wordpress.org/ticket/46294 https://core.trac.wordpress.org/ticket/8107 (17 years! 🏅 ) Possibly related too: https://core.trac.wordpress.org/ticket/46294 https://core.trac.wordpress.org/ticket/52626 Unit tests to come once...

bug
help wanted