I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Login and Registration: Add `/login.php` as an alias for the login page.
Sergey Biryukov
as SergeyBiryukov
More... over 1 year ago
Options, Meta APIs: Fix follow up bug when comparing values for options using the `pre_option_{$option}` filter. More... over 1 year ago
Bundled Themes: Import Twenty Twenty-Four, the new default theme for WordPress 6.4. More... over 1 year ago
Revisions: avoid double call to wp_restore_post_revision_meta when restoring post. More... over 1 year ago
Revisions: framework for storing post meta revisions. More... over 1 year ago
Update regenerated build files. More... over 1 year ago
Quick/Bulk Edit: Pre-fill category fields with their status. More... over 1 year ago
Media: Change link text when attachment pages disabled. More... over 1 year ago
Update editor related npm packages More... over 1 year ago
Editor: Reduce the use of the `_wp_array_get()` function to improve performance.
Sergey Biryukov
as SergeyBiryukov
More... over 1 year ago
Sitemaps: do not list users who only authored pages. More... over 1 year ago
General: Use wp_kses() in wp_trigger_error(). More... over 1 year ago
Editor: Fix deprecation notice in block editor. More... over 1 year ago
General: Use wp_trigger_error() in _doing_it_wrong() and _deprecated_*(). More... over 1 year ago
Blocks: Have get_hooked_blocks() return blocks grouped by position. More... over 1 year ago
HTML API: Add class name utilities `has_class()` and `class_list()`. More... over 1 year ago
HTML API: Add `matches_breadcrumbs()` method for better querying. More... over 1 year ago
Blocks: Add more unit test covering edge cases for Block Hooks More... over 1 year ago
Editor: remove null coalescing operator from layout. More... over 1 year ago
Build: Introduce SCRIPT_DEBUG global in webpack processing More... over 1 year ago
Editor: make better use of Tag Processor in layout block support. More... over 1 year ago
Administration: Add event type to Events and News widget. More... over 1 year ago
Build/Test Tools: Use the latest PHP version for the coding standards workflow.
Sergey Biryukov
as SergeyBiryukov
More... over 1 year ago
Coding Standards: Upgrade WPCS to version 3.0.0.
Sergey Biryukov
as SergeyBiryukov
More... over 1 year ago
Code Modernization: Rename parameters that use reserved keywords in `phpunit/tests/media.php`.
Sergey Biryukov
as SergeyBiryukov
More... over 1 year ago
Media: Ensure images within shortcodes are correctly considered for loading optimization attributes. More... over 1 year ago
Coding Standards: Fix a few newly introduced WPCS issues.
Sergey Biryukov
as SergeyBiryukov
More... over 1 year ago
Filesystem API: Add missing ZIP file for unzip tests. More... over 1 year ago
Media: Rely on `wp_get_loading_optimization_attributes()` to add `decoding="async"` to images. More... over 1 year ago
Filesystem API: Introduce filters for before/after unzipping archives. More... over 1 year ago