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...
abbing will open a sub-menu and the user can go through it. If the user presses the ESC key while the sub-menu is opened, it will close the submenu and...
Applies the Read More block's width in the theme by adding more classes (total of three when combined with `.editor-styles-wrapper`): ``` .editor-styles-wrapper .wp-block-read-more.wp-block-read-more { width: -moz-fit-content; width: fit-content; } ```...
Trac Ticket: https://core.trac.wordpress.org/ticket/61122
Trac ticket: https://core.trac.wordpress.org/ticket/55991 --- **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...
'required_username' and 'required_password' added to defaults. By default, both are set to false. So required attribute will not add to input fields. If set to true in $args for wp_login_form(),...
Bumps the github-actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.1` |...
Trac ticket: https://core.trac.wordpress.org/ticket/57271 I had a suspicion that using an associative array for the args for a cron event (despite not technically being allowed, they do work) was a cause...
Updated mediaelement.js to 5.0.5 Trac ticket: 56320 --- **This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull...
Added refresh patch for Validate url in locate template. Trac ticket: https://core.trac.wordpress.org/ticket/58905
I noticed when trying to run `composer lint:errors` on my local installation that the process would run out of memory: ``` ..........E.... Fatal error: Allowed memory size of 536870912 bytes...