Make WordPress Core

Timeline

06/22/2020:

23:59 Ticket #47569 (Remove unnecessary !important from wp-admin/css/common.css) closed by whyisjake
fixed: In 48129: […]
23:59 Changeset [48129] by whyisjake
Administration: Remove unnecessary !important CSS rules from …
23:51 Ticket #44581 (users without 'edit_posts' capability never get informed that their ...) closed by whyisjake
fixed: In 48128: […]
23:51 Changeset [48128] by whyisjake
Media: Ensure that uploaded images get a success notification by users …
22:38 Ticket #44038 (Change personal data export path stored in request meta to relative paths) closed by whyisjake
fixed: In 48127: […]
22:38 Changeset [48127] by whyisjake
Privacy: Use relative paths for exported personal data. Ensures …
21:24 Ticket #49126 (Remove the xmlns attribute on the <html> tag) closed by SergeyBiryukov
fixed: In 48126: […]
21:24 Changeset [48126] by SergeyBiryukov
Administration: Remove the xmlns attribute on the <html> tag. The …
20:13 Ticket #48199 (Check for whether the themes directory writable is incorrect when the ...) closed by SergeyBiryukov
fixed: In 48125: […]
20:13 Changeset [48125] by SergeyBiryukov
Site Health: Correct the check of whether the theme directory is …
19:07 Changeset [48124] by desrosj
Docs: Small inline documentation corrections following [48121]. Also, …
18:27 Ticket #50268 (Improve the plugin/theme auto-update emails) closed by desrosj
fixed: Created #50448 to explore adding a throttle to failure emails. This …
18:26 Ticket #50448 (Add tolerance to plugin and theme auto-update failure emails) created by desrosj
From @johnbillion over on ticket:50268#comment:12: > This may be a …
18:16 Changeset [48123] by desrosj
Administration: Improve the plugin and theme auto-update emails. This …
17:31 Changeset [48122] by desrosj
General: Reference the correct database version for 5.5.0 upgrades. …
17:24 Ticket #50413 (Update code and comments to remove "blacklist" and "whitelist") closed by desrosj
fixed: In 48121: […]
17:24 Changeset [48121] by desrosj
General: Remove “whitelist” and “blacklist” in favor of more clear and …
16:59 Ticket #50447 (wp_publish_post not checking for unique post slugs) created by hughie.molloy
When published a post using wp_publish_post no check is done to see if …
16:19 Ticket #50446 (Twenty Fifteen: Regression in updated sticky sidebar code) created by mechter
Hi all, the behavior of the sticky scrollbar in the Twenty Fifteen …
16:11 Ticket #48329 (Show Gutenberg version in Core) closed by Clorith
wontfix: After a bit of back and forth, I'm going to close this as wontfix. …
15:28 Ticket #48648 (Inconsistent length of .action-links DIV in plugin card) closed by SergeyBiryukov
fixed: In 48120: […]
15:28 Changeset [48120] by SergeyBiryukov
Plugins: Make the appearance of plugin action links on Add Plugins …
14:05 Ticket #50278 (Editor: Update default block categories) closed by ellatrix
fixed: In 48119: […]
14:05 Changeset [48119] by ellatrix
Editor: Update default block categories See …
12:20 Ticket #50257 (Editor: Remove default "layout" block attribute from ...) closed by gziolo
fixed: In 48118: […]
12:20 Changeset [48118] by gziolo
Editor: Remove default "layout" block attribute from …
11:05 Ticket #50445 (Backport the Block Patterns API from the Gutenberg repository) created by youknowriad
10:24 Changeset [48117] by gziolo
Blocks: Add context fields to WP_Block_Type New block context related …
08:17 Ticket #50444 (Issue by taxonomy terms in quick edit) created by markusfroehlich
When a taxonomy is registered and the paramters are: show_ui => false …
00:26 Ticket #50443 (Heading h2 rest api level) created by zavod008
Во всех заголовках кроме h2, возвращаются нормальные атрибуты уровня. …

06/21/2020:

18:01 Changeset [48116] by afercia
Accessibility: Improve readability by removing unnecessary italic font …
14:39 Ticket #50442 (Add prefixes to all admin notices (Warning, Error, Success, Info)) created by kebbet
This is a continuation #47656 From @afercia comment …
13:58 Ticket #47656 (Remove 'Error:' prefixes from error notices as they're redundant) closed by afercia
fixed: In 48115: […]
13:58 Changeset [48115] by afercia
I18N: Restore the "Error:" prefix for error messages. Partially …
10:34 Ticket #47824 (get_the_content() still causes a PHP warning outside of the loop) closed by SergeyBiryukov
fixed: In 48114: […]
10:34 Changeset [48114] by SergeyBiryukov
Posts, Post Types: Avoid a PHP warning when get_the_content() is …
10:28 Changeset [48113] by SergeyBiryukov
Posts, Post Types: Simplify test_setup_postdata_loop(). The …

06/20/2020:

23:54 Ticket #50369 (Add `Link` to Access-Control-Expose-Headers) closed by TimothyBlynJacobs
fixed: In 48112: […]
23:54 Changeset [48112] by TimothyBlynJacobs
REST API: Add "Link" to the list of exposed cors headers. Currently, …
18:22 Ticket #50441 (Allow CORS for RSS feed) created by stokito
I'm developing an in-browser RSS reader and want to get an RSS feed …
16:13 Ticket #50440 (ICS email attachment files missing MIME type) closed by SergeyBiryukov
fixed: Hi there, welcome to WordPress Trac! Thanks for the report. PHPMailer …
15:51 Ticket #50440 (ICS email attachment files missing MIME type) created by BizzThemes
Add MIME type for .ics files inside "wp-includes\class-phpmailer.php", …
13:16 Changeset [48111] by SergeyBiryukov
Coding Standards: Replace echo sprintf() with printf(). See #49542.
12:57 Changeset [48110] by SergeyBiryukov
Docs: Remove extra spaces from @param tags. Per the documentation …
12:40 Ticket #50439 (Post name permalinks htaccess directives do not consider subdirectory ...) created by filatovdanyl
Having wordpress installed in /wordpress/ subdirectory, and site …
12:38 Ticket #50426 (Remove @staticvar tags from core) closed by SergeyBiryukov
fixed: In 48109: […]
12:38 Changeset [48109] by SergeyBiryukov
Docs: Remove @staticvar tags from core. The tag was supported in …
12:21 Changeset [48108] by SergeyBiryukov
Docs: Correct DocBlock placement for allow_subdirectory_install
12:20 Changeset [48107] by SergeyBiryukov
Docs: Miscellaneous DocBlock corrections for email filters in …
12:13 Changeset [48106] by SergeyBiryukov
Docs: Use a hyphen with the "non" prefix in a more consistent way. …
12:12 Changeset [48105] by SergeyBiryukov
Docs: Miscellaneous DocBlock corrections for plugin and theme …
12:00 Changeset [48104] by SergeyBiryukov
Docs: Capitalize "ID", when referring to a post ID, term ID, etc. in a …
11:20 Changeset [48103] by SergeyBiryukov
Docs: Synchronize and correct the documentation for wp_nav_menu()
11:16 Changeset [48102] by SergeyBiryukov
Docs: Remove an empty line between @param and @return tags, per …
09:38 Ticket #50438 (item_ labels do not work once registered in a post type) created by ninetyninew
Labels starting with prefix item_ from here: …
09:10 Ticket #50437 (Add leniency to the overdue check for plugin and theme auto updates) created by johnbillion
The Automatic Updates column on the Plugins listing screen shows a …
08:25 Ticket #50436 (Unnecessary DISABLE_WP_CRON check in plugin and theme auto updates) created by johnbillion
The wp_get_auto_update_message() function added in [47835] checks …
07:22 Changeset [48101] by johnbillion
Docs: Fix some documentation errors in bundled themes. See #49572.

06/19/2020:

22:53 Changeset [48100] by johnbillion
Docs: Remove unnecessary variables names from @return tags. See #49572.
22:25 Changeset [48099] by johnbillion
Docs: Misc improvements to inline docs. See #49572.
22:24 Changeset [48098] by johnbillion
Docs: Corrections and improvements to inline docs related to XML …
22:15 Changeset [48097] by johnbillion
Docs: Corrections and improvements to inline docs related to plugin …
22:06 Ticket #49861 (Emoji javascript comment) closed by SergeyBiryukov
fixed: In 48096: […]
22:06 Changeset [48096] by SergeyBiryukov
Build/Test Tools: Replace the banner text from …
21:12 Changeset [48095] by SergeyBiryukov
Help/About: Move "Learn more: Auto-updates documentation" link about …
21:00 Ticket #50435 (In some cases wp_get_post_parent_id() = get_post_ancestors) created by chvon7thal
Using wp_get_post_parent_id() while parsing gutenberg blocks in a …
20:25 Ticket #50434 (Replace the `$new_whitelist_options` variable with a more inclusive name) created by desrosj
Branching this off of #50413. The global variable …
19:29 Ticket #50433 (Twenty Twenty: Hide extraneous elements in print.css) created by kjellr
Twenty Twenty hides many elements in the print view (e.g. the comments …
18:52 Ticket #50032 (Bump Akismet (5.5 Edition)) closed by ocean90
fixed: Updated in [build47862] and [build47863].
18:51 Ticket #50432 (set_screen_options filter broken in 5.4.2) closed by SergeyBiryukov
duplicate: Hi there, welcome to WordPress Trac! Thanks for the report, we're …
18:48 Ticket #50432 (set_screen_options filter broken in 5.4.2) created by nemi5150
My screen options stopped working in my plugin. When I change the …
17:58 Ticket #50428 (Rename 'wp_sitemaps_is_enabled' filter) closed by SergeyBiryukov
fixed: In 48094: […]
17:58 Changeset [48094] by SergeyBiryukov
Sitemaps: Rename the wp_sitemaps_is_enabled filter to …
17:54 Changeset [48093] by SergeyBiryukov
Docs: Document globals in WP_Sitemaps_* classes the same way they …
17:51 Ticket #47656 (Remove 'Error:' prefixes from error notices as they're redundant) reopened by sabernhardt
You can blame me for pushing to commit the latest set of changes …
17:36 Ticket #50431 (Update TinyMCE) created by azaozz
TinyMCE 4.9.10 was released recently: …
16:50 Ticket #50405 (Auto-update errors are not displayed on the Themes screen) closed by azaozz
fixed: In 48092: […]
16:49 Changeset [48092] by azaozz
Plugins and Themes Auto-Updates: - Fix displaying of errors on the …
16:26 Ticket #50430 (wp_dropdown_users() memory exhausted for large user tables) closed by SergeyBiryukov
duplicate: Hi there, welcome to WordPress Trac! Thanks for the report, we're …
15:52 Ticket #50429 (Need My website) closed by davidbaumwald
invalid: Hi @admingrosir, and welcome to WordPress Trac! This system is for …
15:20 Ticket #50430 (wp_dropdown_users() memory exhausted for large user tables) created by trek7k
wp_dropdown_users() is used in many places throughout the admin, like …
15:07 Ticket #50429 (Need My website) created by admingrosir
my website is still slow, can it help make it faster. thank you
15:00 Ticket #47142 (Disabled fieldset does not convey the disabled state of controls) closed by afercia
fixed: This ticket was discussed during today's accessibility bug-scrub: it …
14:44 Changeset [48091] by desrosj
Docs: Add missing return type for _remove_theme_support(). See #49572.
14:43 Ticket #50428 (Rename 'wp_sitemaps_is_enabled' filter) created by SergeyBiryukov
Background: #50117 The current name of wp_sitemaps_is_enabled
14:41 Ticket #44275 (<span data-mce-type="bookmark" style="display: inline-block; width: ...) reopened by wordinvestor
I am still facing same issue in 5.4.2, and now google webmaster is …
13:04 Ticket #49590 (Hello Dolly default plugin and get_plugins()) closed by ocean90
duplicate
12:53 Ticket #30579 (wp_enqueue_style in footer) closed by ocean90
wontfix
12:27 Ticket #50427 (Bolding not working well) created by MikeLev
Every time I try to bold a title in my blog post, I need to highlight …
11:54 Ticket #50426 (Remove @staticvar tags from core) created by SergeyBiryukov
In comment:7:ticket:49446, the usage of @staticvar documentation tag …
10:36 Ticket #49218 (WP_Filesystem_SSH2 ssh2_sftp_mkdir permissions) closed by SergeyBiryukov
fixed: In 48090: […]
10:36 Changeset [48090] by SergeyBiryukov
Filesystem API: Expicitly set directory permissions in …
10:34 Changeset [48089] by SergeyBiryukov
Coding Standards: Add some space around control structures in …

06/18/2020:

23:01 Ticket #44038 (Change personal data export path stored in request meta to relative paths) reopened by whyisjake
23:00 Changeset [48088] by whyisjake
Privacy: Revert use relative paths for exported personal data. Tests …
21:38 Ticket #44038 (Change personal data export path stored in request meta to relative paths) closed by whyisjake
fixed: In 48087: […]
21:38 Changeset [48087] by whyisjake
Privacy: Use relative paths for exported personal data. Ensures …
20:59 Ticket #37134 (Allow filtering of safecss_filter_attr) closed by adamsilverstein
fixed: In 48086: […]
20:59 Changeset [48086] by adamsilverstein
Formatting: new filter safecss_filter_attr_allow_css on css parts. …
20:27 Changeset [48085] by SergeyBiryukov
Docs: Add missing $user_data parameter name to lostpassword_post
20:22 Ticket #49521 (Append lostpassword_errors filter to `retrieve_password()`) closed by SergeyBiryukov
fixed: In 48084: […]
20:22 Changeset [48084] by SergeyBiryukov
Login and Registration: Introduce lostpassword_errors filter in …
20:06 Ticket #45810 (JavaScript type comparison should not lead to a type coercion) closed by SergeyBiryukov
fixed: In 48083: […]
20:06 Changeset [48083] by SergeyBiryukov
Coding Standards: Use strict comparison for JS fragment in …
19:00 Ticket #50425 (Do not lazy-load images which are very likely to be in the initial viewport) created by flixos90
Currently, loading="lazy" is added to the following images by …
18:22 Ticket #40016 (Twenty Seventeen: Nested comment replies don't indent properly) closed by ianbelanger
fixed: I cannot seem to recreate this issue. It may have already been fixed …
18:15 Ticket #39838 (Twenty Fifteen: Use wp_enqueue_script() for html5.js) closed by ianbelanger
wontfix: I'm going to close this out as wontfix since there are back compat …
17:46 Ticket #50424 (Privacy Page navigation link) created by leehodson
The Privacy Page set in Dashboard > Settings > Privacy can be added to …
17:03 Ticket #50423 (The expand icon at the bottom of the collapsed admin menu is not ...) created by dmatamales
I had a long-standing client who has been using WordPress for years …
16:51 Ticket #50422 (Prevent Browser Caching From Getting Involved With wp_redirect and ...) created by KZeni
Currently, wp_redirect (and therefore wp_safe_redirect as …
15:05 Changeset [48082] by SergeyBiryukov
Administration: Combine the styles for <p> and .wp-die-message, …
14:43 Changeset [48081] by SergeyBiryukov
Coding Standards: Fix WPCS issues in wp-includes/sitemaps/. Some of …
14:42 Changeset [48080] by SergeyBiryukov
Coding Standards: Remove unused variable in …
13:19 Ticket #50421 (Twenty Twenty: Author archive with no posts) created by SGr33n
Hi, The TwentyTwenty behavior for authors archive pages, where the …
12:37 Ticket #50420 (Update WordPress Packages) created by ellatrix
The following package versions were changed: @wordpress/a11y: 2.7.0 -> …
11:24 Changeset [48079] by swissspidy
Sitemaps: Bump $wp_db_version to flush rewrite rules after [48072]. …
07:58 Ticket #50419 (Bug on image processing) created by fotisps
I have a bug when I am uploading an image and I have tested it in two …
00:44 Changeset [48078] by azaozz
Fix empty line phpcs error. See #50280.

06/17/2020:

23:58 Ticket #50280 (Enable auto-updates shows for plugins with no support) closed by azaozz
fixed: In 48077: […]
23:58 Changeset [48077] by azaozz
Plugins and Themes Auto-Updates: allow overriding of the HTML for the …
23:51 Ticket #50418 (Twenty Twenty: Inline Images displaying as block) created by mrfoxtalbot
Inline images (those added inside a paragraph block) will display on …
22:51 Ticket #50417 (Cover Block throws Mixed Content security warning for background image) created by pattwala
The background image of a Cover Block is inserted with http:// and …
20:45 Ticket #50416 (5.5 About Page) created by davidbaumwald
This is where discussion and work will take place during 5.5 for the …
20:06 Ticket #50377 (phpunit tests fail with - Failed opening required class-phpmailer.php (2)) closed by desrosj
fixed: @bwmarkle shared the …
19:45 Ticket #50415 (Nav menu item's term validation error) closed by SergeyBiryukov
fixed: In 48076: […]
19:45 Changeset [48076] by SergeyBiryukov
Menus: Check the correct variable in …
19:33 Ticket #50415 (Nav menu item's term validation error) created by ashour
There is a wrong error validation for the menu item term existance in …
19:30 Ticket #39622 (Twenty Seventeen: add link to the page on theme options) closed by ianbelanger
wontfix: Thanks for the suggestion @karmatosed. While I think it is a good …
19:28 Ticket #39348 (Twenty Seventeen: Leave Theme Options visible) closed by ianbelanger
wontfix: I am closing this ticket as wontfix since there hasn't been any …
19:24 Ticket #39291 (Twenty Seventeen does not allow header logo to be normal size, and ...) closed by ianbelanger
wontfix: Thanks for your ticket @moneytech. All of the things you requested …
19:04 Ticket #50414 (Privacy policy setting page bottom, it needs to remove colon instead of Or.) created by vinita29
In the Privacy Policy Page, the colon needs to remove with Or Before …
18:21 Ticket #39616 (Twenty Seventeen: Issue with Header Video) closed by ianbelanger
duplicate: Unfortunately there still does not seem to be a good solution for …
18:07 Ticket #50413 (Update code and comments to remove "blacklist" and "whitelist") created by strangerstudios
Specifically, we want to change any use of "blacklist" to "blocklist" …
17:38 Ticket #50408 (Update moment.js lib to its latest version) closed by SergeyBiryukov
fixed: In 48075: […]
17:38 Changeset [48075] by SergeyBiryukov
External Libraries: Update Moment.js to 2.26.0. Changelog: …
17:26 Ticket #50180 (Twenty Sixteen: Table Border Extends Beyond Table) reopened by ianbelanger
Reopening for backport.
17:25 Ticket #50180 (Twenty Sixteen: Table Border Extends Beyond Table) closed by ianbelanger
fixed: In 48074: […]
17:25 Changeset [48074] by ianbelanger
Bundled Themes: Twenty Sixteen table border extends beyond table. …
16:32 Ticket #50412 (Add support for common PHPUnit arguments when watching) created by iandunn
r42760 added the watch:phpunit task, but it only supports the …
15:47 Ticket #45912 (Twenty Nineteen: Horizontal rule is very narrow) reopened by ianbelanger
Reopening for backport.
15:46 Ticket #45912 (Twenty Nineteen: Horizontal rule is very narrow) closed by ianbelanger
fixed: In 48073: […]
15:46 Changeset [48073] by ianbelanger
Bundled Themes: Twenty Nineteen horizontal rule is very narrow. Fixes …
15:22 Ticket #50117 (Add basic, extensible sitemaps.) closed by swissspidy
fixed: In 48072: […]
15:22 Changeset [48072] by swissspidy
Sitemaps: Add XML sitemaps functionality to WordPress. While web …
14:46 Ticket #50411 (Ensure the minimum PHP version requirements are met when auto-updating ...) closed by desrosj
fixed: In 48071: […]
14:46 Changeset [48071] by desrosj
Site Health: Verify PHP version requirements when auto-updating …
14:32 Ticket #50411 (Ensure the minimum PHP version requirements are met when auto-updating ...) created by desrosj
Follow up of #49653. When themes are auto-updated, the PHP version …
14:25 Ticket #50410 (Media grid: hiding the "contextually created attachments" breaks the ...) created by afercia
After [41732], [41937], and [42739] the "contextually created …
13:11 Ticket #50409 (REST API about links should be embeddable.) created by herregroen
Currently the about links in the REST API aren't embeddable using …
10:14 Ticket #50406 (Make _wp_scripts_maybe_doing_it_wrong helpful by adding offending ...) closed by SergeyBiryukov
fixed: In 48070: […]
10:14 Changeset [48070] by SergeyBiryukov
Script Loader: Include the script or style handle in …
09:50 Ticket #50408 (Update moment.js lib to its latest version) created by yoancutillas
Hello, The core-bundled momentjs library hasn't been updated in two …
08:25 Ticket #50407 (how to edit and save custom address fields for Woocomerce My ...) closed by carike
invalid: Hallo! Welcome to Core Trac. Trac is meant for reporting WordPress …
08:20 Ticket #50407 (how to edit and save custom address fields for Woocomerce My ...) created by ponnarasiaccu
for showing custom fields on myaccount/edit-address/billing page …
07:53 Ticket #50406 (Make _wp_scripts_maybe_doing_it_wrong helpful by adding offending ...) created by janthiel
Triggering a […] for example here: […] renders the following …
03:20 Ticket #48079 (REST API: optimize how the schema API is generated for block-renderer ...) closed by TimothyBlynJacobs
fixed: In 48069: […]
03:20 Changeset [48069] by TimothyBlynJacobs
REST API: Only register one block renderer route. Every block has a …
02:19 Ticket #50405 (Auto-update errors are not displayed on the Themes screen) created by azaozz
The js expects an element with class="notice error" that doesn't …

06/16/2020:

21:22 Changeset [48068] by SergeyBiryukov
Docs: List the expected return type first for size_format() and …
21:05 Changeset [48067] by SergeyBiryukov
Docs: Consistently include an empty line between @since tag and …
20:38 Ticket #50376 (Twenty Seventeen: Gallery captions are not at the bottom of images of ...) reopened by sabernhardt
Reopening ticket so the changes can be made for others (Closing …
20:27 Ticket #50376 (Twenty Seventeen: Gallery captions are not at the bottom of images of ...) closed by pevogam
worksforme
20:03 Changeset [48066] by SergeyBiryukov
Text Changes: Replace "webmaster" with "site admin" in …
20:00 Ticket #50403 (Site Health Status bar does not show anything) closed by kraftbj
invalid: Howdy! Welcome to WordPress. This is for tracking bugs and issues …
19:07 Changeset [48065] by SergeyBiryukov
Coding Standards: Rename the $clean or $ids variable in several …
18:43 Ticket #50404 (Provide language pack update information in auto-updates email ...) created by knutsp
When doing updates from update-core.php, or when using common …
18:40 Ticket #39685 (Twenty Seventeen: Pagination links don't appear for home pages) reopened by ianbelanger
Reopening for backport.
18:38 Ticket #39685 (Twenty Seventeen: Pagination links don't appear for home pages) closed by ianbelanger
fixed: In 48064: […]
18:38 Changeset [48064] by ianbelanger
Bundled Themes: Twenty Seventeen pagination links don't appear for …
18:36 Changeset [48063] by SergeyBiryukov
Coding Standards: Fix WPCS issues in wp-admin/nav-menus.php. …
18:24 Ticket #50403 (Site Health Status bar does not show anything) created by yevsher81
Below is the information from site health, the problem is that site …
17:27 Ticket #50215 (Add help tabs to provide informations about plugin & themes auto-updates) closed by whyisjake
fixed: In 48062: […]
17:27 Changeset [48062] by whyisjake
Help/About: Add help tabs to provide informations about plugin & …
17:17 Ticket #39384 (Twenty Seventeen: Navbar z-index issue) reopened by ianbelanger
Reopening for backport.
17:14 Ticket #39384 (Twenty Seventeen: Navbar z-index issue) closed by ianbelanger
fixed: In 48061: […]
17:14 Changeset [48061] by ianbelanger
Bundled Themes: Twenty Seventeen Navbar z-index issue. Fixes navbar …
16:55 Ticket #20009 (Escape later when getting post and body classes) closed by whyisjake
fixed: In 48060: […]
16:55 Changeset [48060] by whyisjake
Themes: Add additional later escaping to post_class() and …
15:33 Ticket #47656 (Remove 'Error:' prefixes from error notices as they're redundant) closed by afercia
fixed: In 48059: […]
15:33 Changeset [48059] by afercia
I18N: Remove the "Error:" prefix from error messages. For a number of …
15:24 Ticket #50402 (Admin notices: error messages should not be all bold) created by afercia
Splitting this out from #47656. While there are cases where the admin …
15:03 Ticket #50401 (Tests: Move tests into Github Actions) created by whyisjake
Our Travis testing environments can't get bogged down during periods …
13:57 Changeset [48058] by desrosj
Build/Test Tools: Prevent double /s when including PHPMailer files. …
12:58 Ticket #50400 (Update Search Engine Visibility text following XML sitemap launch) created by jonoaldersonwp
#50117 adds XML sitemaps to core. Whilst it's a non-goal of that …
12:38 Ticket #50399 (Gutenberg Editor Direction when Site language is Arabic and the ...) created by studyshoot
I have noticed that in Gutenberg when I Edit an Article while the Site …
12:29 Ticket #50397 (Warning: No images found. - when running wp media regenerate on ...) closed by SergeyBiryukov
invalid: Hi there, welcome back to WordPress Trac! Thanks for the ticket. > So …
11:47 Ticket #36640 (Customize: get_custom_logo should allow the image tag to be filtered ...) closed by SergeyBiryukov
fixed: In 48057: […]
11:47 Changeset [48057] by SergeyBiryukov
Customize: Introduce get_custom_logo_image_attributes filter for the …
11:33 Ticket #50398 (Askimed) closed by SergeyBiryukov
duplicate: Hi there, welcome to WordPress Trac! Thanks for the report. In short, …
11:12 Ticket #50398 (Askimed) created by anonymized_8804248
Hi When i deaktivate Updates or disable or desinstall askimed, then on …
09:44 Ticket #50397 (Warning: No images found. - when running wp media regenerate on ...) created by mattiasf
I am trying to run wp media regenerate 67153. If I go into my …
09:39 Ticket #50396 (Can't regenerate "-scaled.jpg" images) created by mattiasf
I have a lot of issues with images that has the "-scaled.jpg" …
07:07 Ticket #50305 (Heartbeat/auth-check interval consistency (wp_auth_check_interval does ...) closed by whyisjake
fixed: In 48056: […]
07:07 Changeset [48056] by whyisjake
Administration: Remove wp-auth-check from the Heartbeat API. As of …
06:30 Ticket #50352 (Implement wp_cache_get_multiple() in core) closed by whyisjake
fixed: Fixed in [48055].
06:28 Changeset [48055] by whyisjake
Cache API: Add wp_cache_get_multiple() to core functions. * …
06:08 Ticket #50194 (Add i18n to size_format) closed by whyisjake
fixed: In 48054: […]
06:08 Changeset [48054] by whyisjake
I18N: Add i18n to size_format(). Add translatable strings to the …
06:02 Ticket #50213 (REST API: Allow queries other than the main query to be `is_home`) closed by whyisjake
fixed: In 48053: […]
06:02 Changeset [48053] by whyisjake
REST API: Allow queries other than the main query to be is_home. …
00:54 Changeset [48052] by whyisjake
Code Standards: Cleanup some code spacing. See: #37826 and #44286.
00:20 Ticket #50395 (Image Cropping within Media Library is broken) created by rufftimo
1. In the media library, select an image 2. Click Edit Image 3. Crop …

06/15/2020:

23:21 Ticket #44286 (Feature Request: Provide Menu Settings on create new menu) closed by whyisjake
fixed: This was fixed in [48051], so marking as closed. The committer failed …
23:20 Changeset [48051] by whyisjake
Menus: Provide menu settings when creating a new menu. This …
23:04 Ticket #37826 (Can't manage comments of trashed posts) closed by whyisjake
fixed: In 48050: […]
23:04 Changeset [48050] by whyisjake
Comments: Don't display edit links to trashed post comments. If a …
19:39 Ticket #50394 (Go away, webmaster) closed by SergeyBiryukov
fixed: In 48049: […]
19:39 Changeset [48049] by SergeyBiryukov
Text Changes: Replace "Webmaster" in output messages with more …
18:02 Ticket #50148 (Upgrade Twemoji to 13.0) closed by desrosj
fixed: In 48048: […]
18:02 Changeset [48048] by desrosj
Emoji: Upgrade Twemoji to version 13.0.0. 🥸 Props kraftbj, desrosj, …
17:30 Ticket #50394 (Go away, webmaster) created by Presskopp
I wonder if we should get rid of the term "webmaster" There are …
15:36 Ticket #50393 (Run `composer compat` as a part of `grunt precommit`) created by desrosj
Now that the PHPCompatibilityWP ruleset passes in Core (see #49922), …
15:12 Ticket #45876 (Twenty Nineteen: Dropcap appears higher than expected in Firefox) reopened by ianbelanger
Reopening for backport.
15:11 Ticket #45876 (Twenty Nineteen: Dropcap appears higher than expected in Firefox) closed by ianbelanger
fixed: In 48047: […]
15:11 Changeset [48047] by ianbelanger
Bundled Themes: Twenty Nineteen dropcap appears higher than expected …
15:02 Ticket #49922 (PHP Compatibility fixes for 5.5) closed by desrosj
fixed: In 48046: […]
15:02 Changeset [48046] by desrosj
Coding Standards: Remove the PHP Compatibility scanning job from the …
14:54 Changeset [48045] by desrosj
General: Continuing to work towards a passing PHP Compatibility scan. …
14:51 Ticket #50392 (set-screen-option hook broken in 5.4.2) created by sswells
A value returned using the set-screen-option hook is being ignored. …
12:29 Ticket #12301 (built up sitemap) closed by swissspidy
duplicate: Work on this is under way... …
12:29 Ticket #50391 (Unnecessary switch_to_blog() in get_blog_details()) closed by SergeyBiryukov
fixed: In 48044: […]
12:29 Changeset [48044] by SergeyBiryukov
Networks and Sites: Don't unnecessarily switch to the current blog in …
10:53 Ticket #50391 (Unnecessary switch_to_blog() in get_blog_details()) created by SergeyBiryukov
See this code in get_blog_details(): […] This happens regardless …
09:28 Ticket #50389 (Improve support for site health issues in WordPress) reopened by johnbillion
While the individual issues are indeed up to @evapparao to address, I …
07:05 Ticket #50389 (Improve support for site health issues in WordPress) closed by audrasjb
invalid: Hi there, Welcome to WordPress Trac and thank you for opening this …
06:36 Ticket #50390 (Unable to edit Footer menus of Astra Brandstore ecommerce wordpress theme) closed by mukesh27
invalid: Hi there, Welcome to WordPress Trac! Thanks for the ticket. Please …
06:24 Ticket #50390 (Unable to edit Footer menus of Astra Brandstore ecommerce wordpress theme) created by niranjan80
I have tried all the mehods I know, but unable to edit Footer menus of …
04:23 Ticket #50389 (Improve support for site health issues in WordPress) created by evapparao
after we upgraded to wordpress 5.4, we are getting these performance …
Note: See TracTimeline for information about the timeline view.