Barry Ceelen
Barry Ceelen
Values are not passed by reference when using WordPress filters, causing warnings. `NOTICE: PHP message: PHP Warning: Parameter 1 to blitznote\wp\cdn\URI_changer::rewrite() expected to be a reference, value given..`
The link color makes it all but impossible to discern links in the page content for people with some color vision issues. Let's just underline 'em?
The `dt_push_post` action can be fired by NetworkSiteConnection and WordPressExternalConnection but they do not pass along identical or the same number of arguments: - NetworkSiteConnection `do_action( 'dt_push_post', $new_post, $post_id, $args,...
Images in the post content refer to the original image, even when the images attached to the post are distributed with the post. This would be a nice feature (and...
An import via the pull list screen may lead to timeouts when importing lots of posts, especially with attachments. Importing each post separately via an ajax call would help mitigate...
Safe Redirect Manager allows adding notes when creating a redirect via its admin settings page. This update adds support for importing notes via the CLI import command and the `srm_import_file()`...
This one keeps popping up for me as of late: PHP Notice: wpcom_vip_disable_new_relic_js was called incorrectly. New Relic’s browser tracking can only be disabled at or before the `template_redirect` action.
This adds a little rough on the edges support for installing languages. Attempts to fix #176 Some things worth considering: - Needs Fix: The plugin’s `is_rtl` method depends on a...
When installing and activating the plugin network-wide, it would be nice to be able to globally set the REST API Availability in stead of per site.
[This line](https://github.com/10up/brightcove-video-connect/blob/develop/includes/admin/class-bc-admin-settings-page.php#L12) is creating a php notice for me when doing unrelated requests in the admin: ``` Notice: Undefined index: account in myawesomefilepath/plugins/brightcove-video-connect-1.3/includes/admin/class-bc-admin-settings-page.php on line 20 ``` The `delete_source()` function...