Commits
User selector
Commit History
Commits on Aug 30, 2022
Grouped backports to the 4.5 branch.
Show description for c8e1c9bcommitted
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 9926ecfcommitted
Commits on Mar 6, 2017
Plugins: Add file check to plugin deletions.
Show description for 1cd1ca1committed
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
Commits on May 29, 2015
Add missing doc blocks to `wp-admin/includes/*`.
Show description for ec57582committed
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 31, 2015
Commits on Mar 18, 2015
Request FTP and SSH credentials when needed during shiny updates
Show description for 08ac58ecommitted
Commits on Mar 12, 2015
Revert [31749], see #31528.
Show description for 94768cacommittedRequest FTP and SSH credentials when needed during shiny updates
Show description for b857ff6committed
Commits on Mar 10, 2015
Screen Options: Improve items per page option label.
Show description for 3bb3d2fcommitted
Commits on Mar 9, 2015
Commits on Feb 5, 2015
Shiny Updates: Add ajax-y updates to the plugin list page, and ajax-y updates and installs to the plugin card page.
Show description for 748d595committed
Commits on Jan 16, 2015
In HTML5, the `action` attribute is no longer required. Remove this attribute when empty.
Show description for 83b6fadcommitted