Commits
User selector
Commit History
Commits on Aug 30, 2022
Grouped backports to the 4.8 branch.
Show description for 93ad4c1committed
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 403161acommitted
Commits on Mar 6, 2017
Plugins: Add file check to plugin deletions.
Show description for 4e13bc0committed
Commits on Dec 7, 2016
Accessibility: Remove inappropriate content from the Plugins screen heading.
Show description for 27bc2d9committed
Commits on Oct 26, 2016
Administration: Standardise the docblocks for the `handle_bulk_actions-*` filters.
Show description for 573912fcommitted
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 Sep 28, 2016
Administration: Improve the usage of the button CSS classes.
Show description for ee7f970committed
Commits on Sep 23, 2016
Allow custom bulk actions in admin list tables.
Show description for c75fb5ecommitted
Eric Andrew Lewis
Commits on Aug 23, 2016
I18N: Allow for WordPress Plugin/Theme Directory URLs to be localized.
Show description for afd7e3bcommitted
Commits on Jul 17, 2016
Text Changes: After [37297], replace two more instances of "WordPress.org Plugin Directory" with "WordPress Plugin Directory".
Show description for 751f76fcommitted
Commits on Jul 11, 2016
Plugins: Improve Ajax search of installed plugins.
Show description for 68cff6acommitted
Commits on Jun 29, 2016
Text Changes: Unify permission error messages.
Show description for 2063801committed
Commits on Jun 15, 2016
Update/Install: Shiny Updates v2.
Show description for 4dd1d9bcommitted
Commits on Apr 16, 2016
Plugin Install: show the upload form in place rather than sending users to the devoted upload plugin page.
Show description for e4b2636committed
Commits on Feb 24, 2016
I18N: Remove HTML tags from translatable strings in `wp-admin/plugins.php`.
Show description for 32c1587committed
Commits on Feb 17, 2016
Plugins: Remove slashes from search terms and use `urldecode()` in non-URL contexts.
Show description for 479596acommitted
Commits on Jan 14, 2016
Allow searching for `0` throughout the admin.
Show description for cc6fe11committed
Commits on Dec 17, 2015
Remove unused variables after [35995] and [35996].
Show description for 0162f55committedPlugins: Remove the list of files which will be deleted when uninstalling a plugin.
Show description for 6d6eb08committed
Commits on Oct 13, 2015
Replace `get_bloginfo( 'wpurl' )` with `admin_url()` for plugin activation error message.
Show description for e654f82committed
Commits on Oct 8, 2015
Remove HTML escaping for the plugin name and author fields that are displayed when deleting a plugin.
Show description for 8a7f860committed
Commits on Oct 7, 2015
Revert [34778], continue using `_site_option()` for the current network.
Show description for 599fb50committedList Tables/WP_Screen: in `WP_Screen`, add methods to store, retrieve, and render screen reader text, primarily used by list table screens.
Show description for 9e267b6committed
Commits on Oct 2, 2015
MS: Use `*_network_option()` functions throughout core.
Show description for 3c177b8committed
Commits on Sep 26, 2015
Network Admin: Properly pass the number of delete plugins to the corresponding message.
Show description for 411f0f1committed
Commits on Sep 25, 2015
Implement 'Recently Active' functionality for network-wide plugins in the Network Admin.
Show description for a6a00a3committed
Commits on Sep 24, 2015
Plugins: Don't use `_n()` for singular/plural strings which have no placeholder for a number.
Show description for d1fbe56committedPlugins: on the plugins admin screen, the "has been deleted" string needs a plural.
Show description for 6ad1c1ccommitted
Commits on Sep 20, 2015
Plugins Admin: Avoid using HTML tags in translation strings, add translator strings.
Show description for df8f10ccommitted
Commits on Sep 10, 2015
Move `plugin_sandbox_scrape()` from `wp-admin/plugins.php` to `wp-admin/includes/plugin.php`.
Show description for 706cdbccommittedPlugins page: re-word "No out of date plugins were selected." to "All selected plugins are up to date." since it's not really an error condition.
Show description for c5220e4committed
Commits on Aug 25, 2015
`foreach` is a statement, not a function.
Show description for 3b8c552committed
Commits on Jul 4, 2015
Don't capitalize words in a sentence after comma.
Show description for e03c9a7committed
Commits on Jul 3, 2015
Use a less element-specific class name for links within page titles.
Show description for 8d40cdccommitted
Commits on Jun 27, 2015
Proper heading for admin screens.
Show description for e59592fcommitted