I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 14, 2024 — Dec 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Script Loader: Propagate `fetchpriority` from dependents to dependencies. More... 2 months ago
Editor: Avoid enqueueing assets for blocks which do not render content. More... 2 months ago
Coding Standards: Revert the renaming of `$s` variable in `wp-admin/plugins.php`.
Sergey Biryukov
as SergeyBiryukov
More... 2 months ago
Coding Standards: Use more meaningful variable names in Plugin Editor.
Sergey Biryukov
as SergeyBiryukov
More... 2 months ago
Coding Standards: Rename abbreviated variables in `WP_Query`. More... 2 months ago
Build/Test Tools: Introduce `LOCAL_DB_PORTS` environment variable. More... 2 months ago
Cron API: Spawn cron jobs on shutdown hook. More... 2 months ago
Coding Standards: Rename `$s` to `$search_term` in `wp-admin/plugins.php`.
Sergey Biryukov
as SergeyBiryukov
More... 2 months ago
Coding Standards: Rename `$c` to `$blog_count` in `wp-admin/admin.php`.
Sergey Biryukov
as SergeyBiryukov
More... 2 months ago
Docs: Update MDN Web Docs link to avoid an extra redirect.
Sergey Biryukov
as SergeyBiryukov
More... 2 months ago
Bundled Themes: Prevent `pre` from overflowing container. More... 2 months ago
Script Loader: Use original stylesheet URL for `sourceURL` when inlined. More... 2 months ago
HTML API: Escape all submitted HTML character references. More... 2 months ago
Editor: Update Google Fonts API endpoint for WordPress 6.9.
Sergey Biryukov
as SergeyBiryukov
More... 2 months ago
Attachments REST API endpoint: add support for filtering attachments by multiple media types More... 2 months ago
REST API: Rename post link relation in media endpoint to wp:attached-to More... 2 months ago
Users: Lazy load user capabilities in WP_User object. More... 2 months ago
Networks and Sites: Remove obsolete code from `wp-activate.php`.
Sergey Biryukov
as SergeyBiryukov
More... 2 months ago
Bundled Themes: Use `wp_print_inline_script_tag()` when available and include `sourceURL` for JS. More... 2 months ago
Docs: Correct `$revision_id` global reference in `wp-admin/revision.php`.
Sergey Biryukov
as SergeyBiryukov
More... 2 months ago
Media: Add test case for removing "img_auto_sizes_contain_css_fix" by dequeueing handle at `wp_enqueue_scripts`. More... 2 months ago
Media: Switch to enqueueing `contain-intrinsic-size` CSS fix for `IMG` tags having `sizes=auto`. More... 2 months ago
Script Loader: Add `sourceURL` comments to inline `SCRIPT` tags manually constructed in `wp-includes`. More... 2 months ago
Attachments REST API endpoint: update attachments controller to support flip and to customize attachment fields More... 2 months ago
General: Optimize `wp.sanitize.stripTags()` to improve memory usage. More... 2 months ago
Posts, Post Types: Short-circuit `wp_post_delete()` when `$post_id` arg is not above zero after casting to `int`. More... 2 months ago
Upgrade/Install: Update sodium_compat to v1.23.0.
Sergey Biryukov
as SergeyBiryukov
More... 2 months ago
Code Modernization: Fix instances of using `null` as an array offset. More... 2 months ago
Privacy: Wrap `Reflection*::setAccessible()` call in conditional check. More... 2 months ago
Emoji: Move printing of emoji loader script module from `wp_head` to `wp_print_footer_scripts`. More... 2 months ago