Commits
User selector
Commit History
Commits on May 29, 2022
Docs: Explicitly declare some globals for clarity.
Show description for a53b828committed
Commits on Sep 22, 2021
General: Fix code quality issues which were identified by static analysis.
Show description for 5c18b5fcommitted
Commits on Jul 22, 2021
Docs: Add a comment about the `$title` global usage in various admin files.
Show description for 41df21ecommitted
Commits on Jun 15, 2021
Quick/Bulk Edit: Ensure that `$post_ids` variable is initialized ahead of usage.
Show description for 47c9387committed
Commits on Mar 25, 2021
Posts, Post Types: Remove `/` from non-self-closing "clear" `div` tags.
Show description for 22eb45acommitted
Commits on Oct 23, 2020
Coding Standards: Split long `printf()` calls for search results for better readability.
Show description for bcc26decommittedAdministration: Unify search results message on list tables.
Show description for e515d61committed
Commits on Oct 18, 2020
Coding Standards: Replace alias PHP functions with the canonical names.
Show description for 97b2f07committed
Commits on Oct 17, 2020
Administration: Wrap the list table items count to a new line on small screens.
Show description for 14e3433committed
Commits on Oct 11, 2020
Posts, Post Types: Switch to restoring posts to `draft` status by default when they are untrashed.
Show description for 402820ecommitted
Commits on Jul 6, 2020
Administration: Move more table strings to sentence casing.
Show description for a8edf65committed
Commits on Jul 5, 2020
Posts, Post Types: Clarify some "Error in deleting" messages, use more specific strings for attachments.
Show description for 2fba7f5committed
Commits on May 26, 2020
Coding Standards: Fix instances of `Generic.WhiteSpace.ArbitraryParenthesesSpacing.FoundEmpty`.
Show description for 2c75752committed
Commits on May 12, 2020
Coding Standards: Use strict comparison in some `wp-admin` files.
Show description for 94d96bdcommitted
Commits on Apr 5, 2020
Coding Standards: Use strict type check for `in_array()` and `array_search()` where strings are involved.
Show description for 0b4e2c4committed
Commits on Feb 10, 2020
Administration: Capitalize `Trash` consistently in various messages and comments.
Show description for 023d4b2committed
Commits on Feb 6, 2020
Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant.
Show description for e72fff9committed
Commits on Jan 29, 2020
Docs: Improve inline comments per the documentation standards.
Show description for cfc3b57committed
Commits on Dec 3, 2019
Docs: Move the canonical DocBlock for `handle_bulk_actions-{$screen}` action to `wp-admin/edit.php`.
Show description for 972ca00committed
Commits on Sep 3, 2019
I18N: Capitalize translator comments consistently, add trailing punctuation.
Show description for 00b03f2committed
Commits on Sep 1, 2019
I18N: Improve translator comments.
Show description for a7513accommitted
Commits on Aug 7, 2019
Coding Standards: Use strict comparison in `wp-admin/edit.php`.
Show description for 10e13dacommitted
Commits on Jul 25, 2019
General: First pass at replacing Codex URLs with a corresponding HelpHub or DevHub article.
Show description for ae8a620committed
Commits on Jul 5, 2019
Coding Standards: Fix all `WordPress.WhiteSpace.PrecisionAlignment` issues.
Show description for 6acb0c6committedCoding Standards: Mark the handful of hook names with uppercase characters or hyphens as ignored.
Show description for 6b61c34committed
Commits on Jul 1, 2019
Coding Standards: Fix the `Squiz.PHP.DisallowMultipleAssignments` violations in `wp-admin`.
Show description for 9a15497committed
Commits on Apr 8, 2019
Help: Update support forum links.
Show description for 8efcc32committed
Commits on Dec 17, 2018
Block Editor: Fix the WordPress packages and vendor script registration.
Show description for 15fa394committedBlock Editor: Fix loading the script handling the "Manage Reusable Blocks" page.
Show description for d2ed552committed
Commits on Dec 16, 2018
Blocks: Include necessary labels for the 'wp_block' post type.
Show description for 67b1a86committed
jeremyfelt
Commits on Dec 14, 2018
Blocks: Add the reusable block post type, `wp_block`.
Show description for 6a84afacommitted
Commits on Aug 17, 2018
Coding Standards: Upgrade WPCS to 1.0.0
Show description for a75d153committed
Commits on Mar 22, 2018
Docs: Document many more parameters and properties using typed array notation.
Show description for f12dec9committed
Commits on Feb 19, 2018
General: Further improve error messages following [42648].
Show description for d002fdecommitted
Commits on Feb 5, 2018
General: Replace `Cheatin’ uh?` with friendlier error messages.
Show description for f317869committed