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 Jan 27, 2021
Administration: Remove italic text to improve readability.
Show description for 482a549committed
Commits on Jan 13, 2021
Accessibility: Administration: Remove `<strong>` tags from labels on plugin/theme editor screens.
Show description for 72ad4e1committed
Commits on Oct 18, 2020
Coding Standards: Replace alias PHP functions with the canonical names.
Show description for 97b2f07committed
Commits on Jun 20, 2020
Coding Standards: Replace `echo sprintf()` with `printf()`.
Show description for 8909a91committed
Commits on Jun 3, 2020
Plugins: Make the message displayed when no plugins are installed more concise.
Show description for 112c2c4committed
Commits on May 26, 2020
Coding Standards: Fix instances of `Generic.WhiteSpace.ArbitraryParenthesesSpacing.FoundEmpty`.
Show description for 2c75752committed
Commits on May 22, 2020
Coding Standards: Fix WPCS issues in `wp-admin/plugin-editor.php` and `wp-admin/theme-editor.php`.
Show description for 1ce6af5committed
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 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 Sep 3, 2019
I18N: Capitalize translator comments consistently, add trailing punctuation.
Show description for 00b03f2committed
Commits on Jul 25, 2019
General: First pass at replacing Codex URLs with a corresponding HelpHub or DevHub article.
Show description for ae8a620committedPermalinks: Update URLs for "Changing File Permissions" documentation article.
Show description for 85f0ec3committed
Commits on Jul 5, 2019
Coding Standards: Fix all `WordPress.WhiteSpace.PrecisionAlignment` issues.
Show description for 6acb0c6committed
Commits on May 26, 2019
Administration: Merge similar "file does not exist" messages in plugin and theme editors.
Show description for 85e517ccommitted
Commits on Apr 8, 2019
Help: Update support forum links.
Show description for 8efcc32committed
Commits on Jan 16, 2019
Plugin Editor: Disable the documentation look up button when no function is selected.
Show description for 267c79acommitted
Commits on Dec 19, 2018
Docs: Fix a few minor inline documentation typos in a variety of files and contexts.
Show description for 3e4a5dfcommitted
Commits on Aug 17, 2018
Coding Standards: Upgrade WPCS to 1.0.0
Show description for a75d153committed
Commits on Feb 26, 2018
Administration: Remove unnecessary capitalization when referencing to plugin/theme editors.
Show description for cb78bcecommitted
Commits on Feb 10, 2018
Administration: Rename Appearance → Editor menu item to Theme Editor and Plugins → Editor to Plugin Editor for clarity.
Show description for e4519b3committed
Commits on Nov 30, 2017
Code is Poetry.
Show description for 8f95800committed
Commits on Oct 24, 2017
Code Editors: Update copy in warning modals.
Show description for dbafaf1committed
Commits on Oct 16, 2017
Accessibility: Improve the File Editors interstitial warning.
Show description for 9dfb758committed
Commits on Oct 15, 2017
File Editor: Move inline to external style to fix extra padding in RTL page direction.
Show description for cabd02acommitted
Commits on Oct 13, 2017
File editor warning: Add a "Go back" button.
Show description for 99cff48committedFile Editors: Display list of theme/plugin files in scrollable directory tree.
Show description for 8bf9afbcommitted
Commits on Oct 5, 2017
File Editors: Introduce an interstitial warning upon first visit.
Show description for fcf8dfdcommitted
Commits on Oct 4, 2017
File Editors: Introduce sandboxed live editing of PHP files with rollbacks for both themes and plugins.
Show description for 3fcfefdcommitted
Commits on Sep 25, 2017
Code Editors: Update the current file highlight to use notice styling.
Show description for d6a58eecommitted
Commits on Sep 24, 2017
Accessibility: CodeMirror editing areas minor improvements.
Show description for 8b16d89committed
Commits on Sep 22, 2017
Plugin Editor: Improve reliability of detecting PHP fatal errors when editing an active plugin.
Show description for f07591dcommitted
Commits on Sep 19, 2017
General: Add missing URL-encoding and add extra hardening to plugin and template names when they're displayed in the admin area.
Show description for fa4713ecommitted