Make WordPress Core

Timeline

07/21/2023:

22:40 Ticket #58517 (HTML API: Introduce HTML Processor, a higher-level partner to the Tag ...) reopened by azaozz
Replying to Bernhard Reiter: > This patch introduces the …
18:43 Changeset [56280] by joedolson
Docs: Fix indentation issue in …
18:17 Ticket #58872 (wpautop not disabled when blocks are inserted dynamically) created by jbeninger
WP Version Tested on 6.1.1, but seems to still be present on the …
18:04 Changeset [56279] by desrosj
General: Commit changes after running precommit:css. The …
15:05 Changeset [56278] by audrasjb
Media: Fix height max value in image scaling. Set the max attribute …
14:45 Ticket #50523 (Redesign the admin Image Editor) reopened by audrasjb
Reopening for 6.3 backport. Also Adding dev-reviewed as I'm also …
14:31 Ticket #50523 (Redesign the admin Image Editor) closed by joedolson
fixed: In 56277: […]
14:31 Changeset [56277] by joedolson
Media: Fix height max value in image scaling. Set the max attribute …
14:13 Ticket #50523 (Redesign the admin Image Editor) reopened by joedolson
13:31 Changeset [56276] by SergeyBiryukov
I18N: Add missing translator comment in …
09:41 Ticket #58846 (Global styles revisions: update private methods to protected) closed by audrasjb
fixed: In 56275: […]
09:41 Changeset [56275] by audrasjb
REST API: Update Global styles revisions private methods to protected. …

07/20/2023:

23:36 Ticket #58871 (support uca14.0.0 collation in database where available) created by danielblack
Like #32105 supporting a modern collation is a good idea. MariaDB …
23:12 Ticket #58793 (Weird translation on "Change publishing date" toggle) closed by sabernhardt
reported-upstream: Thanks! I saw the new format in the editor as soon as I reinstalled …
19:44 Ticket #58623 (Update npm packages to their latest versions for 6.3) reopened by Hareesh Pillai
This commit inadvertently changed uuid version from 9.0.0 to …
19:39 Ticket #57856 (Update `caniuse` data for 6.3) closed by desrosj
fixed: It looks like [56065] applied an update to the most recent database at …
19:37 Ticket #58870 (Delay loading comment-reply script with async loading strategy) created by westonruter
Currently the comment-reply script is loaded in the footer. This is …
19:30 Ticket #58869 (Update `caniuse` data for 6.4) created by desrosj
This ticket is for tracking updates to the caniuse data and …
19:24 Ticket #58868 (broken update links) created by sherrieblossom
Elementor Pro: Download failed. Unauthorized WooCommerce Affirm …
18:39 Ticket #57865 (GitHub Actions updates and improvements for 6.3) closed by desrosj
fixed: I'm not yet convinced the attached PR is necessary. There are also …
18:39 Ticket #58867 (GitHub Actions updates and improvements for 6.4) created by desrosj
This ticket is for various updates and improvements for Core's GitHub …
17:59 Ticket #58866 (Avoid consts inside `locate_template` as it gives incorrect template ...) created by thekt12
To replicate Add this following code in any active plugin - […] …
17:40 Ticket #57657 (Update/Audit NPM Dependencies for 6.3) closed by desrosj
fixed: @tanjimtc71 Apologies that your pull request did not get the attention …
17:17 Ticket #58865 (HTTP Header typo X-Robots instead of X-Robots-Tag) created by michelleblanchette
Code is here: …
17:14 Ticket #58864 (Disambiguation by context) created by alexclassroom
== Bug Report === Description It should be disambiguation by context …
16:59 Ticket #58863 (Update/Audit NPM Dependencies for 6.4) created by desrosj
Previously: * #57657 (6.3) * #57535 (6.2) * #56641 (6.1) * #54727
13:41 Ticket #58517 (HTML API: Introduce HTML Processor, a higher-level partner to the Tag ...) closed by Bernhard Reiter
fixed: In 56274: […]
13:41 Changeset [56274] by Bernhard Reiter
HTML-API: Introduce minimal HTML Processor. This patch introduces the …
12:36 Ticket #58861 (In PHP8 getting deprecated errors) closed by swissspidy
invalid: Hi there and welcome to WordPress Trac It sounds like you are …
09:58 Ticket #58862 (Add filter to allow to change who can add new users with their ...) created by sippis
On multisite, currently, only users with the manage_network_users
09:49 Ticket #58861 (In PHP8 getting deprecated errors) created by aniba862
the plugin is getting a deprecated error in the PHP8, does team will …
09:44 Ticket #58860 (Potential security issue in is_super_admin) created by Stachethemes
[…] If user is logged in as super admin and do …
07:22 Ticket #58859 (On pattern edit page not able to open settings panel after close it) created by mikinc860
I am trying to edit the pattern and found an issue with the setting …
04:52 Ticket #58856 (There is str_contains() in wp-login.php.) closed by costdev
invalid: Hi @nendeb55, thanks for opening this ticket. str_contains() was …
04:38 Ticket #58858 (Docs: Wrap broken inline `@see` tags with curly braces.) created by costdev
There are approximately 19 instances in Core where @see does not …
03:57 Ticket #58857 (Menu class should be in BODY tag) created by LukeDouglas
Currently, if you assign a class to a menu item, the class is only …
03:02 Ticket #58856 (There is str_contains() in wp-login.php.) created by nendeb55
You should revert to strpos() since str_contains() is from php8.0. …
00:04 Changeset [56273] by SergeyBiryukov
Coding Standards: Correct equals sign alignment in various files. …

07/19/2023:

22:51 Changeset [56272] by audrasjb
Docs: Fix indentation issue in …
22:33 Ticket #39216 (PDFs with non-opaque alpha channels can result in previews with black ...) closed by antpb
fixed: In 56271: […]
22:33 Changeset [56271] by antpb
Media: Adjust PDF upload handling to remove non-opaque alpha channels …
22:10 Ticket #58855 (Fix and enhance wp_is_development_mode() to be able to return whether ...) created by azaozz
Follow up from: …
17:41 Ticket #58854 (Users should be able to reset their user preferences to default) created by bozzmedia
I work with many end users of the block editor and one thing that has …
17:09 Ticket #58853 (Fix shortcode output not receiving image (and other) optimizations) created by flixos90
This ticket aims to properly address the bug that was discovered and …
15:34 Ticket #58051 (Attachment custom fields not rendered after upload) reopened by antpb
This issue seems to still be happening in certain frames. For instance …
14:58 Ticket #57782 (PHPStan: Fix function argument type issues for WP 6.3) closed by hellofromTonya
fixed: This ticket was specifically for the 6.3 cycle. Moving it back into …
14:57 Ticket #58852 (PHPStan: Fix function argument type issues for WP 6.4) created by hellofromTonya
Previously: * #57782 (6.3) * #51423 (<= 6.2) Continuation of the the …
14:55 Ticket #57958 (PHPUnit tests: Add/improve @covers annotations for WP 6.3) closed by hellofromTonya
fixed: With 6.3 now in RC cycle, closing this ticket. #58851 is open for the …
14:54 Ticket #58851 (PHPUnit tests: Add/improve @covers annotations for WP 6.4) created by pbearne
Previously: * #57958 (6.3) * #56782 (6.2) * #39265 (up to 6.1) …
14:52 Ticket #57837 (PHP 8.x: various compatibility fixes for WordPress 6.3) closed by hellofromTonya
fixed: Closing as this ticket was specifically for 6.3. #58850 is now open …
14:51 Ticket #58850 (PHP 8.x: various compatibility fixes for WordPress 6.4) created by hellofromTonya
Previously: * #57837 (6.3) * #56790 (6.2) * #55656 (6.1) * #54730
14:49 Ticket #58656 (The function _register_theme_block_patterns check to see if directory ...) closed by spacedmonkey
duplicate: Duplicate of #57905. Fixed in [55702].
14:46 Ticket #58655 (The function _register_theme_block_patterns check to see if directory ...) closed by spacedmonkey
duplicate: Duplicate of #58656.
11:53 Ticket #58849 (Document supported $args for register_rest_route()) created by danielbachhuber
$args seems awfully sparse for how important it is: …
11:31 Ticket #58841 (Fix `maybe_create_table()` description) closed by SergeyBiryukov
fixed: In 56270: […]
11:31 Changeset [56270] by SergeyBiryukov
Docs: Add a missing word in maybe_create_table() description. …
11:09 Changeset [56269] by SergeyBiryukov
Security: Update the Security Policy for the 6.3 branch. See [56267]
10:47 Ticket #58848 (`wp_set_script_translations` only sets translations for the default ...) created by dathix
With effect of the last update to version >=6.2 …
10:23 Ticket #58847 (Block editor layout issue) created by bhrugesh12
In WP RC1 When i try to edit any post and page, then trying to add …
07:49 Ticket #58846 (Global styles revisions: update private methods to protected) reopened by audrasjb
Reopening for 6.3 backport, pending a second committer sign-off.
07:47 Ticket #58846 (Global styles revisions: update private methods to protected) closed by audrasjb
fixed: In 56268: […]
07:47 Changeset [56268] by audrasjb
REST API: Update Global styles revisions private methods to protected. …
06:00 Ticket #58846 (Global styles revisions: update private methods to protected) created by ramonopoly
The private vars and methods in the Global styles revisions rest API …
05:52 Changeset [56267] by mikeschroder
Trunk is now 6.4 alpha.
05:25 Ticket #58845 (New Pattern - The editor has encountered an unexpected error.) created by huzaifaalmesbah
If we attempt to create a new pattern on the WordPress.org website, …
05:15 Changeset [56266] by mikeschroder
Branch 6.3

07/18/2023:

20:45 Ticket #58844 (Revisions: Compare Revisions layout issues on mobile) created by plari
This is a follow-up to #33830. "Restore This Revision" button in …
19:01 Ticket #58843 (Permissions issue with wordpress multisite) created by NF Graphic Design
I have a multisite wordpress installation that is current v 6.2.2 I …
17:08 Ticket #58842 (Add a "change date/time notation" / "timezone" checkbox when changing ...) created by NekoJonez
When I install WP, I usually do it in English. Yet, for some cases I …
17:02 Changeset [56265] by davidbaumwald
Post WordPress 6.3 RC1 version bump.
16:44 Changeset [56264] by davidbaumwald
WordPress 6.3 RC1.
16:20 Ticket #58555 (Backport: Duotone changes, refactor, enhancements and fixes) closed by kirasong
fixed: Given @isabel_brison's existing decision on a direction forward, along …
16:18 Changeset [56263] by ryelle
Help/About: Update the About page for 6.3. This is the start of the …
16:07 Ticket #58839 (Editor: Add test coverage for context setting in Comment Template block) closed by Bernhard Reiter
fixed: In 56262: […]
16:07 Changeset [56262] by Bernhard Reiter
Editor: Add test for context setting in Comment Template block. Test …
15:33 Ticket #58841 (Fix `maybe_create_table()` description) created by crstauf
Missing word "table" in function description. Props @james0r via User …
15:06 Ticket #58840 (Add Canva as an oEmbed provider) created by swissspidy
Is the service is popular enough for core developers to have heard …
14:58 Ticket #58816 (MariaDB 11.x: deprecated alias for MySQL) reopened by JavierCasares
The Test-Runners calls "mysql --version" to get the MySQL version with …
14:12 Ticket #23348 (Add a "Contribute" tab to the about page) reopened by ryelle
Reopening this ticket because it still needs the illustrations for the …
14:07 Changeset [56261] by SergeyBiryukov
Administration: Add a missing closing </span> tag for column sorting …
14:05 Ticket #58839 (Editor: Add test coverage for context setting in Comment Template block) created by Bernhard Reiter
In https://github.com/WordPress/gutenberg/pull/50279, the way that …
14:03 Changeset [56260] by SergeyBiryukov
Coding Standards: Use strict comparison for static strings in …
10:57 Ticket #58838 (Author filter on a posts list page) created by mikinc860
Current Behaviour Under the user list, it shows only the published …
10:45 Ticket #23348 (Add a "Contribute" tab to the about page) closed by audrasjb
fixed: Thanks everyone!
10:45 Changeset [56259] by audrasjb
Help/About: String changes in the Contribute screen. Follow-up to …
10:07 Ticket #58821 (add_option() called using deprecated parameter in upgrade_630()) closed by spacedmonkey
fixed: In 56258: […]
10:07 Changeset [56258] by spacedmonkey
Upgrade/Install: Add correct parameters to add_option in upgrade_630 …
09:45 Ticket #58837 (Horizontal Scroll Issue in theme/plugin Editor Page File Navigation Section) created by mikinc860
The bug pertains to the horizontal scroll behavior of the file …
09:26 Ticket #58836 (Remove IE specific checks from more default themes) created by sabernhardt
Follow-up to #56699 Remove IE conditional statements and register …
09:12 Ticket #58835 (Twenty Twenty-One: Dark mode is not enabled in the block editor iframe) created by poena
When activating dark mode in Twenty Twenty-One in WordPress 6.3 beta, …
09:11 Ticket #58555 (Backport: Duotone changes, refactor, enhancements and fixes) reopened by spacedmonkey
@isabel_brison As you know, once code is in core is can not be …
08:37 Ticket #58830 (Error processing checkout. Please try again.) closed by swissspidy
invalid
07:35 Changeset [56257] by audrasjb
Docs: Various docblocks corrections. See #57840.
07:34 Ticket #58555 (Backport: Duotone changes, refactor, enhancements and fixes) closed by isabel_brison
fixed: @spacedmonkey what you suggest is a code quality change, and given …
07:30 Ticket #58557 (Backport: Navigation Fallbacks) closed by isabel_brison
fixed
07:30 Ticket #58643 (Editor: Introducing the Command Palette) closed by isabel_brison
fixed
07:30 Ticket #58641 (Editor: introducing site vs content editing) closed by isabel_brison
fixed
07:29 Ticket #58579 (Editor: Introducing the "Library" section) closed by isabel_brison
fixed
07:28 Ticket #58834 (Docs: Remove period from the end of `@since X.X.X` annotations.) closed by audrasjb
fixed: In 56256: […]
07:28 Changeset [56256] by audrasjb
Docs: Fix various incorrect @since mentions. Props costdev, …
07:17 Ticket #58804 (Update wordpress npm packages with bugfixes for 6.3 RC1) closed by isabel_brison
fixed: In 56255: […]
07:17 Changeset [56255] by isabel_brison
Editor: update npm packages with second round of bug fixes for 6.3 …
07:17 Ticket #58834 (Docs: Remove period from the end of `@since X.X.X` annotations.) created by costdev
There are 23 instances of @since X.X.X. in Core. All of these were …
07:06 Ticket #58833 (Docblock improvements for 6.4) created by mukesh27
Previously: - #57840 (6.3) - #56792 (6.2) - #55646 (6.1) - #54729
07:04 Ticket #58832 (Bump default theme versions for WordPress 6.4) created by mukesh27
All bundled themes from 2010 to 2023 will need a version bump for the …
07:01 Ticket #57839 (Coding Standards fixes for WP 6.3) closed by audrasjb
fixed: As we are now entering the RC cycle of WP 6.3, let's close this …
06:59 Ticket #58831 (Coding Standards fixes for WP 6.4) created by audrasjb
Previously: - #57839 (6.3) - #56791 (6.2) - #55647 (6.1) - #54728
06:58 Ticket #58830 (Error processing checkout. Please try again.) created by triptiheartitout
whenever a user tries to checkout it was Unable to place order giving …
06:37 Ticket #58829 (Miss alignment of "Copied!" message when clicking "Copy URL to ...) created by sujichandran14
In the media section, once after uploading a new media file, when …
06:34 Ticket #57685 (Deprecate the `edit_custom_thumbnail_sizes` filter and remove the ...) closed by costdev
fixed: This ticket was discussed during the bug scrub. As we're now at 6.3 …
05:46 Ticket #58828 (Whenever bulk updates are done in wp-admin/update-core.php, no ...) created by bedas
This bug exists since I know WP, and it still persists on the latest …
05:42 Ticket #58699 (Post ID and post type block context no longer available to all ...) closed by isabel_brison
fixed: This one can be closed as the fix for it in Gutenberg: …
04:45 Ticket #58827 (Publish the Patterns page in the Site Editor to all non-block themes) created by wildworks
I based my suggestion on the discussion about the compatibility of the …
01:32 Ticket #57487 (Add support for "development mode") closed by flixos90
fixed: Replying to azaozz: > > We can always add more supported …
00:00 Ticket #57868 ("elements" styles for custom blocks in `theme.json` are ignored / not ...) closed by flixos90
fixed: In 56254: […]
00:00 Changeset [56254] by flixos90
Editor: Fix bug where it was not possible to style custom block …

07/17/2023:

22:24 Changeset [56253] by audrasjb
Twenty Twenty-Three: Revert [55898]. This changeset reverts [55898]
22:10 Ticket #58826 (Please add a default post relations table) created by jcc5018
As I am sure you know, people have bee using wordpress for a lot of …
22:01 Ticket #57946 (Deprecated jQuery in Farbtastic) closed by audrasjb
fixed: In 56252: […]
22:01 Changeset [56252] by audrasjb
External Libraries: Update deprecated jQuery code in Farbtastic lib. …
21:32 Ticket #58581 (Twenty Twenty-Three: Remove perPage attribute where query inherits ...) closed by azaozz
fixed: In 56251: […]
21:32 Changeset [56251] by azaozz
Twenty Twenty-Three: Remove the perPage attribute where the query …
20:36 Ticket #57851 (PHP notice error when template part is created) closed by audrasjb
fixed: Fixed in [56248]
20:02 Ticket #58202 (php-fpm7.4: time limit exceeded `Operation canceled' @ ...) closed by azaozz
fixed: In 56250: […]
20:02 Changeset [56250] by azaozz
Media: Stop using and deprecate set_imagick_time_limit(). Seems it …
19:45 Ticket #58825 (Run automated performance workflows using production environment vars) created by joemcgill
The automated performance tests that run as part of …
19:26 Ticket #58824 (Add a filter to change the classes in posts list table in admin) created by zahardoc
Currently, there is no way to change the classes in the posts list …
18:10 Ticket #58823 (Editor: Incorrect error handling when converting classic to block menus) created by dlh
Originally filed as …
17:43 Ticket #58822 (Gutenberg - releases must work with the latest react version) created by malthert
Gutenberg is falling behind more and more, bundling …
15:30 Ticket #58816 (MariaDB 11.x: deprecated alias for MySQL) closed by JavierCasares
invalid: I found what's happening. It is something at the PHPUnit Test Runner. …
14:48 Changeset [56249] by joemcgill
General: Rename wp_in_development_mode() to …
14:39 Ticket #58821 (add_option() called using deprecated parameter in upgrade_630()) created by gudmdharalds
Changeset [55854] ensures that option can_compress_scripts
14:20 Changeset [56248] by audrasjb
Editor: Fix a PHP notice appearing when adding a new template part. …
14:05 Ticket #58645 (Remove outdated jsvalidate task from Gruntfile) closed by kadamwhite
fixed: In 56247: […]
14:05 Changeset [56247] by kadamwhite
Build Tools: Remove outmoded jsvalidate task from Gruntfile. …
14:04 Changeset [56246] by joemcgill
Script Loader: Improve test coverage for wp_print_scripts(). This …
13:16 Changeset [56245] by SergeyBiryukov
Code Modernization: Use str_contains() in a few more places. …
12:19 Ticket #35585 (Support loading multiple languages to be loaded at the same time - ...) closed by swissspidy
worksforme
09:51 Ticket #58820 (Admin Bar: add link to Learn to WordPress menu) created by jeherve
Tutorials and lessons on [https://learn.wordpress.org/
09:12 Ticket #58555 (Backport: Duotone changes, refactor, enhancements and fixes) reopened by spacedmonkey
I have a number of questions issues with the code as it stands. I hope …
08:48 Ticket #58819 (Critical error on this website) created by ewerkstatt
Hi, recently we (and our clients) are receiving more and more …
07:50 Ticket #58555 (Backport: Duotone changes, refactor, enhancements and fixes) closed by swissspidy
fixed: I think [56226] resolved that issue
06:14 Ticket #58818 (Showing frontend page notice when enabled WooCommerce & debug mode) closed by mukesh27
reported-upstream: Thanks @sumitsingh for the ticket and report. Seems it's WooCommerce …
06:06 Ticket #58818 (Showing frontend page notice when enabled WooCommerce & debug mode) created by sumitsingh
Hi, I am installing the WC plugin and getting "Deprecated: Function …
06:00 Ticket #58817 (Edit page in wordpress default editor cousing overload on 3 diffrent ...) created by 123nadav
Hello guys, how are you? I think i found something very wired and i …
05:10 Ticket #58816 (MariaDB 11.x: deprecated alias for MySQL) created by JavierCasares
Since MariaDB 11.0, there is a “deprecated warning message”: […] …
01:45 Ticket #58805 (Trim footnote anchors from excerpts) closed by isabel_brison
fixed: In 56244: […]
01:45 Changeset [56244] by isabel_brison
Editor: trim footnote anchors from post excerpts. Adds the …

07/16/2023:

23:53 Ticket #58815 (Opinionated styles (add_theme_support(wp-block-styles)) set margin top ...) created by aileenf
Is add_theme_support('wp-block-styles') being deprecated in WP 6.3? …
16:43 Ticket #55342 (If the contextual help panel is open and then I scroll, I have to ...) closed by joedolson
fixed: In 56243: […]
16:43 Changeset [56243] by joedolson
Help/About: Fix closing contextual help when scrolled. Change from …
15:57 Ticket #58692 (Admin Image Editor: Layout is broken in the certain browser width) closed by joedolson
fixed: In 56242: […]
15:57 Changeset [56242] by joedolson
Media: Fix admin image editor layout at intermediary widths. Follow …
12:14 Changeset [56241] by SergeyBiryukov
Bootstrap/Load: Require wp-includes/compat.php in src/index.php. …

07/15/2023:

21:53 Ticket #58756 (Media Library Imrpovements: UI, Non-Closing Options, and Button Select ...) reopened by joedolson
Reopening and moving to 6.4 to address closing menu when focusing …
21:50 Changeset [56240] by joedolson
Revert package-lock.json changes committed by mistake in [56239]
21:40 Ticket #58756 (Media Library Imrpovements: UI, Non-Closing Options, and Button Select ...) closed by joedolson
fixed: In 56239: […]
21:40 Changeset [56239] by joedolson
Media: Improve layout of image rotation options panel. Add visual …
09:02 Changeset [56238] by SergeyBiryukov
Coding Standards: Use strict comparison in wp-includes/load.php. …

07/14/2023:

22:27 Ticket #58814 (Intensionally inset general->timezone_string field wrong format makes ...) created by mrinal013
== How to reproduce == 1. Go to WP Admin/Settings->General. 2. Open …
22:23 Ticket #58654 (Update npm packages with latest bugfixes) closed by azaozz
fixed: Replying to sabernhardt: Right, then it will probably be …
22:09 Ticket #58199 (Add Help text for Rollback and Upgrade Issues) closed by azaozz
fixed: In 56237: […]
22:09 Changeset [56237] by azaozz
Help/About: Fix typo in [56171]: support forum "topic", not "ticket". …
21:56 Ticket #58812 (Open the WordPress Plugin Directory Link in a new tab) closed by SergeyBiryukov
duplicate: Hi there, welcome to WordPress Trac! Thanks for the ticket, we're …
21:45 Ticket #58345 (Critical error if page_for_posts is set to non existing page ID) closed by azaozz
fixed: In 56236: […]
21:45 Changeset [56236] by azaozz
Menus: Fix critical errors when the page_on_front and/or …
21:16 Ticket #58251 (Escaping issue found while echoing attribute's dynamic value in html ...) closed by azaozz
invalid: Replying to hellofromTonya: > Escaping is not needed in …
20:57 Ticket #54354 (Open_basedir warnings on Classic Post edit screens with TinyMce ...) closed by azaozz
fixed: In 56235: […]
20:57 Changeset [56235] by azaozz
Editir: Fix open_basedir warnings on the classic Edit Post screen when …
20:47 Ticket #58648 (Error: tinymce is not defined in post-new.php) closed by azaozz
fixed: Replying to azaozz: > Leaving the ticket open as... Lets …
19:36 Ticket #55942 (Add a "value type" parameter to get_option() and get_metadata()) closed by azaozz
maybelater: Replying to oglekler: Thinking this can be revisited at …
19:14 Ticket #58813 (Editing Slug to an Existing Slug causes wrong content to display) created by Ipstenu
NOTE This only works if you have the Classic Editor plugin active. …
18:50 Ticket #57487 (Add support for "development mode") reopened by azaozz
Replying to peterwilsoncc: > Introduce the utility …
18:32 Ticket #32510 (Add HTML5 "required" attributes to the login form) closed by joedolson
fixed
17:32 Ticket #58812 (Open the WordPress Plugin Directory Link in a new tab) created by rajinsharwar
Currently, the link of the plugin directory in the Add new plugin page …
15:57 Ticket #58811 (Gutenberg Bug Nested WP Element Styles Broken) created by timdix
I'm noticing some very weird behavior in the latest version of …
15:40 Changeset [56234] by SergeyBiryukov
Help/About: Adjust horizontal padding on the tabs under 960 pixels …
15:32 Changeset [56233] by SergeyBiryukov
Help/About: Update “Get Involved” tab content with the latest edits. …
14:28 Ticket #58810 (Allow giving priority to a block style for wp_maybe_inline_styles()) created by asafm7
Use case: The navigation block style is skipped in …
14:13 Changeset [56232] by SergeyBiryukov
Docs: Use consistent wording for development mode. Follow-up to …
14:12 Ticket #58809 (Allow inlining certain blocks CSS, instead of enqueuing externally) closed by asafm7
invalid: I see it can be done with wp_maybe_inline_styles()
14:08 Changeset [56231] by SergeyBiryukov
Docs: Clarify where the wp_get_development_mode() value is retrieved …
13:44 Ticket #58809 (Allow inlining certain blocks CSS, instead of enqueuing externally) created by asafm7
Allow inlining certain blocks CSS, instead of enqueuing externally. …
11:10 Ticket #25072 (Send no-cache response header from wp-cron.php requests) closed by johnbillion
duplicate: This got fixed in #47396 for 5.3.
11:09 Ticket #18471 (Add action hook after cron processed it's jobs) closed by johnbillion
duplicate: Closing this off in favour of #28635
11:04 Ticket #8923 (cron timeout is too short) closed by johnbillion
worksforme: Closing this off as there's been no real movement in 7 years.
10:54 Ticket #58808 (Proposal: track object cache type in update checks) created by swissspidy
Related: #56751, #48116 I think it would be helpful to send the …
10:10 Ticket #58807 (Twenty Thirteen table block border is not same in editor and front end.) created by nidhidhandhukiya
Steps to reproduce the issue:- 1. Activate Twenty Thirteen theme. 2. …
08:17 Ticket #58806 (Unexpected ordering result when ordering based on multiple clauses) created by pelentak
I am not sure if this is a bug or this is a mis-understanding from my …
05:37 Ticket #58805 (Trim footnote anchors from excerpts) created by ramonopoly
When the post content has one or more footnotes, the excerpt block …
05:16 Ticket #58713 (Backport: Update default templates info) closed by isabel_brison
fixed: In 56230: […]
05:16 Changeset [56230] by isabel_brison
Editor: fix typos in templates info. Fixes two small typos in …
04:30 Changeset [56229] by isabel_brison
Editor: update npm packages with first round of bug fixes for 6.3 RC1. …
03:55 Ticket #58804 (Update wordpress npm packages with bugfixes for 6.3 RC1) created by isabel_brison
Update wordpress npm packages to their latest versions, including …
Note: See TracTimeline for information about the timeline view.