Commits
User selector
Commit History
Commits on Jul 22, 2021
Docs: Add a comment about the `$title` global usage in various admin files.
Show description for 41df21ecommitted
Commits on Mar 21, 2021
Coding Standards: Add missing semicolon to some `endif` keywords.
Show description for 89e6e2dcommitted
Commits on Feb 17, 2021
Docs: Correct the alternative hook name for the deprecated `whitelist_options` hook.
Show description for 622ab73committed
Commits on Jul 23, 2020
General: Update code for readability and inclusion
Show description for cefe2c7committed
Commits on Jul 22, 2020
i18n: Merge similar translation strings in wp-admin/options.php
Show description for 99736aecommitted
Commits on Jun 25, 2020
Coding Standards: Reformat some long `apply_filters_deprecated()` and `do_action_deprecated()` calls for better readability.
Show description for e65d19bcommitted
Commits on Jun 22, 2020
General: Remove “whitelist” and “blacklist” in favor of more clear and inclusive language.
Show description for e26394bcommitted
Commits on Jun 21, 2020
I18N: Restore the "Error:" prefix for error messages.
Show description for 98d22d5committed
Commits on Jun 16, 2020
I18N: Remove the "Error:" prefix from error messages.
Show description for 50ece6dcommitted
Commits on Jun 1, 2020
Docs: Correct and clarify an inline comment about the `upload_url_path` and `upload_path` options in `wp-admin/options-media.php`.
Show description for e0ede89committed
Commits on May 16, 2020
Coding Standards: Use strict comparison where static strings are involved.
Show description for 6742d0dcommitted
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 9, 2020
Coding Standards: Use Yoda conditions in some `wp-admin` files.
Show description for 40ffe0ecommitted
Commits on Feb 6, 2020
Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant.
Show description for e72fff9committed
Commits on Feb 2, 2020
Docs: Improve inline comments in `wp-admin/options.php` per the documentation standards.
Show description for 139fe26committed
Commits on Feb 1, 2020
Administration: Include options page name in the "Options page not found" error message to provide better context for plugin developers.
Show description for 84f0321committedDocs: Correct DocBlock formatting for `register_setting()`.
Show description for 5e11891committedAccessibility: Text Changes: Use sentence case for the word `Error` in various error messages, instead of all caps.
Show description for 54c6311committedText Changes: Capitalize error messages consistently.
Show description for b3da2c9committed
Commits on Jan 29, 2020
Docs: Improve inline comments per the documentation standards.
Show description for cfc3b57committed
Commits on Sep 3, 2019
I18N: Capitalize translator comments consistently, add trailing punctuation.
Show description for 00b03f2committed
Commits on Aug 16, 2019
Administration: Replace legacy `updated` message type in `add_settings_error()` calls with `success`.
Show description for f3241f4committed
Commits on Aug 4, 2019
Administration: Display a warning at the top of "All Settings" screen.
Show description for b536f1dcommitted
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 1, 2019
Coding Standards: Fix the `Squiz.PHP.DisallowMultipleAssignments` violations in `wp-admin`.
Show description for 9a15497committed
Commits on May 26, 2019
I18N: Merge duplicate "not allowed to manage options" strings.
Show description for e1cc160committed
Commits on May 24, 2019
Accessibility: Make sure layout tables across the admin are correctly linearized.
Show description for a3fbc75committed
Commits on Aug 17, 2018
Coding Standards: Upgrade WPCS to 1.0.0
Show description for a75d153committed
Commits on Jul 24, 2018
Privacy: Revert [43525].
Show description for ddc8f80committedPrivacy: Remove the setting to enable comment cookies consent added in [43469].
Show description for 335b69ccommitted
Commits on Jul 17, 2018
Privacy: Add a setting to disable comment cookie consent.
Show description for d886938committed
Commits on Feb 19, 2018
General: Further improve error messages following [42648].
Show description for d002fdecommitted
Commits on Feb 8, 2018
Options: Avoid extra tabs in a textarea in `wp-admin/options.php`.
Show description for 0859c8ccommitted
Commits on Feb 5, 2018
General: Replace `Cheatin’ uh?` with friendlier error messages.
Show description for f317869committed
Commits on Jan 24, 2018
Role/Capability: Make `install_languages` capability check less restrictive.
Show description for 5bc3564committed