I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected 8 months ago.
Dec 30, 2024 — Dec 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use the HTML API to generate style tags. More... 8 months ago
Tests: Use `assertSame()` in `wp_count_posts()` tests.
Sergey Biryukov
as SergeyBiryukov
More... 8 months ago
Script Loader: Warn when a registered style has invalid `path` data and allow inlining empty stylesheets. More... 8 months ago
Scripts: Remove non-HTML5 script support. More... 8 months ago
Scripts: Remove CDATA script wrappers in WP Admin. More... 8 months ago
Tests: Use `assertSame()` in some newly introduced tests.
Sergey Biryukov
as SergeyBiryukov
More... 8 months ago
Docs: Improve description for `add_settings_section()`.
Sergey Biryukov
as SergeyBiryukov
More... 8 months ago
Scripts: Remove default type attribute from tags. More... 8 months ago
Plugins: Update plugin compatibility text to remove obsolete percentage-based number.
Sergey Biryukov
as SergeyBiryukov
More... 8 months ago
Tests: Update fonts tests to use semantic HTML comparison. More... 8 months ago
Help/About: Simplify help text on Updates screen to account for third-party updates.
Sergey Biryukov
as SergeyBiryukov
More... 8 months ago
Tests: Rename the `admin/includesUser.php` test file to be more descriptive.
Sergey Biryukov
as SergeyBiryukov
More... 8 months ago
Upgrade/Install: Correct and improve various docblocks relating to upgrades. More... 8 months ago
Export: Fix fatal error when passing `null` to `wxr_cdata()` by casting passed value to `string`. More... 8 months ago
Code Modernization: Replace `isset()` with null coalescing in `WP_Roles::get_role()`.
Sergey Biryukov
as SergeyBiryukov
More... 8 months ago
Code Modernization: Replace some `isset()` ternary checks with null coalescing.
Sergey Biryukov
as SergeyBiryukov
More... 8 months ago
Docs: Improve specificity of PHP types in `functions.wp-scripts.php` and `functions.wp-styles.php`. More... 8 months ago
Script Loader: Fix script module `fetchpriority` calculation when dependent with higher priority is not enqueued. More... 8 months ago
Theme_JSON_Resolver: check for WP_Post in query. More... 8 months ago
Widgets: Insert widgets into the selected sidebar correctly in accessibility mode. More... 8 months ago
Filesystem API: Resolve FIXME comment for `WP_Filesystem_Direct::getchmod()` by explicitly returning '0' in error case. More... 8 months ago
Script Loader: Fix adding default version to script/style URL when args are supplied via enqueued handle. More... 8 months ago
Docs: Correct DocBlock formatting for `png:IHDR.color-type-orig` property test.
Sergey Biryukov
as SergeyBiryukov
More... 8 months ago
Tests: Correst some test class names per the naming conventions.
Sergey Biryukov
as SergeyBiryukov
More... 8 months ago
Tests: Update scripts tests to use semantic HTML comparison.
Sergey Biryukov
as SergeyBiryukov
More... 8 months ago
Tests: Use `assertEqualHTML()` in styles HTML tests.
Sergey Biryukov
as SergeyBiryukov
More... 8 months ago
Tests: Use `assertEqualHTML()` in Script Modules HTML tests.
Sergey Biryukov
as SergeyBiryukov
More... 8 months ago
Abilities API: Enhance WP_Ability validation for execute_callback and permission_callback. More... 8 months ago
Coding Standards: Improve formatting/readability of `if` statement in `WP_Styles` constructor. More... 8 months ago
Script Loader: Check if `$_wp_admin_css_colors` is set in `wp_style_loader_src()`.
Sergey Biryukov
as SergeyBiryukov
More... 8 months ago