Commits
User selector
Commit History
Commits on Nov 8, 2021
Docs: Various docblock improvements and corrections.
Show description for d088e31committed
Commits on Oct 29, 2021
Docs: Miscellaneous docblock improvements.
Show description for ec5ed03committed
Commits on Jun 30, 2021
Upgrade/Install: Notify users of deactivated plugins during upgrade.
Show description for 2a02de7committed
Commits on Jun 8, 2021
Upgrade/Install: Remove parsing of `readme.txt` files for plugin or theme requirements.
Show description for 38d47a9committed
Commits on Jun 2, 2021
Plugins: Make sure Hello Dolly translations are deleted when the plugin is deleted.
Show description for e37b85fcommitted
Commits on May 17, 2021
Plugins: Add support for `Update URI` header.
Show description for 0f45b89committed
Commits on Apr 25, 2021
Plugins: When loading a plugin in a "sandbox" on activation, do it once.
Show description for 32ca843committed
Commits on Apr 24, 2021
Plugins: When loading a plugin in a "sandbox" on activation, do it in a separate function.
Show description for 93290c4committed
Commits on Mar 11, 2021
Coding Standards: Consistently format `opendir()` calls in `get_plugins()`.
Show description for 4fadd1fcommitted
Commits on Feb 22, 2021
Docs: Document the usage of `$pagenow` global in a few functions.
Show description for aaf3fc5committed
Commits on Jan 5, 2021
Docs: Corrections and improvements to types used in various docblocks.
Show description for 8153c8bcommitted
Commits on Jan 3, 2021
Docs: Promote many `bool` types to `true` or `false` where only that value is used.
Show description for 679ccc3committed
Commits on Oct 13, 2020
Administration: Restore alternative admin menu position for menu items with the same position value as an existing menu item.
Show description for 798a3bacommitted
Commits on Oct 8, 2020
General: Replace older-style PHP type conversion functions with type casts.
Show description for 7970308committed
Commits on Oct 6, 2020
Docs: Correct `@since` version for `add_allowed_options()`.
Show description for af9db19committed
Commits on Aug 9, 2020
Coding Standards: Remove a few more extra brackets from some conditions in `wp-admin/includes/plugin.php`.
Show description for f556437committed
Commits on Aug 8, 2020
Coding Standards: Fix WPCS issues in `wp-admin/includes/plugin.php`.
Show description for 18c0692committedCoding Standards: Simplify some parts of `user_can_access_admin_page()` for better readability.
Show description for 9eb6dd6committed
Commits on Jul 23, 2020
Docs: Various formatting improvements to inline docblocks.
Show description for 5e35ad2committed
Commits on Jul 22, 2020
General: Rename `remove_option_allowed_list()` to `remove_allowed_options()`.
Show description for 857d345committed
Commits on Jul 16, 2020
Administration: Fix an index inconsistency in `get_admin_page_title()` function.
Show description for 162afe2committed
Commits on Jul 14, 2020
General: Rename the `$new_whitelist_options` global variable.
Show description for 7bdff38committed
Commits on Jul 5, 2020
Plugins: Use `include_once` instead of `include` in `uninstall_plugin()`, in case the plugin file is already included.
Show description for b1b1b08committed
Commits on Jun 26, 2020
Site Health: Improve the error message displayed when activating a plugin that requires a higher version of PHP or WordPress.
Show description for be8b93ccommitted
Commits on Jun 23, 2020
General: Rename `(add|remove)_option_allowed_list()` to `(add|remove)_allowed_option()`.
Show description for 19c9963committed
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 20, 2020
Docs: Miscellaneous DocBlock corrections for plugin and theme installation and updates.
Show description for e27ad0fcommitted
Commits on Jun 16, 2020
Docs: Consistently include an empty line between `@since` tag and `@see`, `@link`, or `@global`, per the documentation standards.
Show description for 3bdf8b7committedI18N: Remove the "Error:" prefix from error messages.
Show description for 50ece6dcommitted
Commits on May 16, 2020
Coding Standards: Use strict comparison where static strings are involved.
Show description for 6742d0dcommitted
Commits on Apr 13, 2020
Plugins: Simplify the logic of `validate_plugin_requirements()`, update documentation.
Show description for d419b1bcommitted
Commits on Apr 9, 2020
Coding Standards: Use strict type check for `in_array()` and `array_search()`.
Show description for d8c502ecommitted
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 Apr 3, 2020
Docs: Add documentation for the `$parent` parameter of `get_admin_page_parent()`.
Show description for 178e16ecommitted