Commits
User selector
Commit History
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
Commits on Sep 13, 2017
Editor: Add CodeMirror-powered code editor with syntax highlighting, linting, and auto-completion.
Show description for dbace68committed
Commits on Oct 7, 2016
Plugins: Correctly display the current plugin in the plugin editor.
Show description for 92cf158committed
Commits on Oct 4, 2016
Accessibility: Remove target=_blank from the Plugins, Themes, Media, Update, and Tools screens help tabs links.
Show description for 5cd9a57committed
Commits on Oct 3, 2016
I18N: Introduce a user-specific language setting.
Show description for f231e72committed
Commits on Sep 28, 2016
Administration: Improve the usage of the button CSS classes.
Show description for ee7f970committed
Commits on Aug 31, 2016
Commits on Jun 29, 2016
Text Changes: Unify permission error messages.
Show description for 2063801committed
Commits on Jun 10, 2016
Accessibility: Help text improvements.
Show description for 18ef7d6committed
Commits on May 22, 2016
Docs: Standardize hook docs in wp-admin/* to use third-person singular verbs per the inline documentation standards for PHP.
Show description for 1cd420acommitted
Commits on Oct 13, 2015
Replace `get_bloginfo( 'wpurl' )` with `admin_url()` in plugin editor.
Show description for a326105committed
Commits on Oct 7, 2015
Revert [34778], continue using `_site_option()` for the current network.
Show description for 599fb50committed
Commits on Oct 2, 2015
Switch the remaining user-facing links to wordpress.org over to HTTPS.
Show description for 3fee278committedMS: Use `*_network_option()` functions throughout core.
Show description for 3c177b8committed
Commits on Sep 25, 2015
Implement 'Recently Active' functionality for network-wide plugins in the Network Admin.
Show description for a6a00a3committedPlugin Editor: Don't split the strings with plugin file name and remove unnecessary context.
Show description for 3b9cb92committed
Commits on Sep 24, 2015
After [34341], add translation strings.
Show description for c9c9e19committed
Commits on Sep 20, 2015
Plugin Editor: Avoid using HTML tags in translation strings and add context.
Show description for d624c11committed
Commits on Sep 12, 2015
Bump H3 headings to H2 on the Plugin Editor screen for better accessibility.
Show description for 1a333bdcommitted
Commits on Jun 27, 2015
Proper heading for admin screens.
Show description for e59592fcommitted
Commits on Apr 12, 2015
Use HTTPS URLs for codex.wordpress.org.
Show description for b0d6757committed
Commits on Apr 1, 2015
Admin notices: Make (most) core notices dismissible.
Show description for 35df559committed
Commits on Mar 26, 2015
Fix focusing in the plugin and theme editors. Update the help.
Show description for 01faa39committed
Commits on May 6, 2014
In `wp-admin/plugin-editor.php`, `break` is unreachabled after `exit`.
Show description for e742c23committed
Commits on Mar 11, 2014
Present a normal admin page when bailing out of the Plugin Editor screen. Fixes #27067. Props SergeyBiryukov.
Show description for 9618992committed