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...
Trac ticket: https://core.trac.wordpress.org/ticket/63044 This PR adds a new `is_home_page()` method to `WP_Query` that makes it easier to test whether the current page is truly the site's home page. The method...
Trac ticket: https://core.trac.wordpress.org/ticket/63029 ## Description This PR improves the alignment and spacing of the **Restore Revision** buttons. ## Screenshots |Before|After| |-|-| ||| ||| ||| --- **This Pull Request is for...
This patch solves the problem that GMT Offset is not aligning correctly with the RSS Feeds in the RSS Gutenberg Block For testing, check the instructions in the OP Post...
https://core.trac.wordpress.org/ticket/63131
Adding support for a mailhog container on demand with the env variable: `LOCAL_MAILHOG` Patch Testing instructions: 1. Change `LOCAL_MAILHOG=false` to `LOCAL_MAILHOG=true` in your `.env` file 2. Run your docker environment...
Trac ticket: https://core.trac.wordpress.org/ticket/39382 --- **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...
https://core.trac.wordpress.org/ticket/56886
Trac ticket: https://core.trac.wordpress.org/ticket/38997 --- **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...
# Description This PR adds status icons to the bulk edit and quick edit select elements. The svgs in the code are from the block editor which already shows a...
I was going crazy with so many repetitions of the same code in the `WP_Theme` class. Extremely difficult to understand the constructor and to track down the problems. But still,...