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 461 wordpress-develop issues
Sort by recently updated
recently updated
newest added

Trac ticket: https://core.trac.wordpress.org/ticket/63047 ## Description Adds visibility into `image_editor_output_format` filter transformations by displaying active format mappings in Site Health > Info > Media Handling section. ### Testing - Visit Site...

Trac ticket: https://core.trac.wordpress.org/ticket/37958 This PR adds a new `WP_Site_State` class and corresponding helper functions that provide methods for managing site state in WordPress Multisite. --- **This Pull Request is for...

- Removes `title` attribute from the parent link in Twenty Ten's image template, and removes the related `$post_title` variable. - Replaces `strip_tags()` with `wp_strip_all_tags()` in image templates for Twenty Eleven,...

Trac ticket: [#63120](https://core.trac.wordpress.org/ticket/63120) ## What When a plugin title contains an emoji (e.g., `myplugin❤️wordpress`), the emoji incorrectly appears before the text on the WordPress plugins admin page, showing as `❤️mypluginwordpress`....

Trac Ticket: https://core.trac.wordpress.org/ticket/57790 ### **Fix: Correct Parsing of Final Shortcode Attribute Without Trailing Space** #### **Issue Summary** The `shortcode_parse_atts()` function, which uses `get_shortcode_atts_regex()`, fails to correctly parse the last attribute...

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

Trac ticket: https://core.trac.wordpress.org/ticket/25693 Changes Made - Added a new function `_wp_ensure_blog_charset` in `wp-includes/option.php` that returns 'UTF-8' when the charset is empty - Registered this function as a filter on `'option_blog_charset'`...

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

### Changes Made - Added the `cache_enabled` property to the `WP_Object_Cache` class. Trac ticket: https://core.trac.wordpress.org/ticket/61675 --- **This Pull Request is for code review only. Please keep all other discussion in...

Introduced comprehensive PHPUnit tests to cover various scenarios for the `get_calendar()` function. Enhanced input validation in `get_calendar()` to handle invalid week numbers and months, defaulting them to safe values when...