Dion Hulse
Dion Hulse
The English and native name of the English variants is currently `English ($country)`, this is problematic in that it doesn't fit how the language is referred to within those locales....
## What? This Draft PR is an example for #1533 of the actual changes suggested. ## Why? The Native Name of the English variants doesn't match how it's used within...
# Bug Report ``` Fatal error: Uncaught Error: array_merge() does not accept unknown named parameters in wp-content/plugins/stream/connectors/class-connector-widgets.php on line 300 Call stack: array_merge() call_user_func_array() wp-content/plugins/stream/connectors/class-connector-widgets.php:300 WP_Stream\Connector_Widgets::handle_widget_removal() wp-content/plugins/stream/connectors/class-connector-widgets.php:178 WP_Stream\Connector_Widgets::handle_sidebars_widgets_changes() wp-content/plugins/stream/connectors/class-connector-widgets.php:144 WP_Stream\Connector_Widgets::callback_update_option_sidebars_widgets()...
# Feature Request The [WordPress.org plugin "Two Factor"](https://wordpress.org/plugins/two-factor/) is used by 50k+ installs, having the actions from that plugin available in Stream would be beneficial to Stream users. This is...
Converting `stripslashes( $_REQUEST )` and friends into `wp_unslash( $_REQUEST )`, and then adding appropriate sanitization of any data. This is a work in progress, submitted as a PR for unit...
This object cache is distributed on https://wordpress.org/plugins/memcached/ as a plugin, but can't actually be used as one. The [installation instructions](https://wordpress.org/plugins/memcached/#installation) do suggest it requires extra configutaration, but since most plugins...
On WordPress.org we use the object cache in places that sometimes operate with a minimal environment, and may not have apply_filters() loaded. While this is a minimal change, and loading...
## What is this PR doing? As the 'http_api_transports' filter is deprecated and no longer actively used, this filters the Requests library to always use the Fetch transport. ## What...
Some pages and code blocks should be expanded by default, for readability, this might be because it's 1 line over the line limit, or perhaps because it's the last entry...
Fixes #268 The current admin bar links to the Profile edit, which can be confusing for some. | Before | Proposed in PR | | --- | --- | |...