Henry Wright

Results 13 issues of Henry Wright

I can't seem to generate a configuration file for Bitbucket Pipelines. ``` $ wp scaffold plugin-tests my-plugin --ci=bitbucket Error: Parameter errors: Invalid value specified for 'ci' (Choose a configuration file...

> PHP Fatal error: Uncaught Error: Class 'S3_Uploads\Plugin' not found in wp-content/plugins/s3-uploads/inc/namespace.php:32 The steps I took were: 1. I downloaded the 3.0.2 manual-install.zip 2. I then visited Network Admin >...

In a network install, each site has a storage quota. Does the quota get incremented and decremented on each upload and delete request?

In a network install, the option to assign imported content to an existing user or create a new user is broken. Regardless of my choice, content is always assigned to...

needs testing
[Status] Reporter Feedback Needed

The prompt doesn't reappear after a user submits an invalid nick. This message is displayed in the chat window > Nickname must consist of up to 24 letters, numbers, and...

enhancement

Does WordPress Coding Standards have a rule for the PHP `declare` construct? It can be used in a number of ways. For example ```

This bug report doesn't relate to the application; instead, the report relates to the documentation for the `@package` tag and more specifically the separator character used. [Here](https://docs.phpdoc.org/3.0/guide/references/phpdoc/tags/package.html) the documentation notes...

If the `[download_cart]` shortcode is used on the same page as the `[download_checkout]` shortcode and an item is removed from the cart using the "remove" facility in `[download_cart]`, the information...

type-bug
workflow-needs-replication
workflow-pending-triage

Gravatar is asking us to use `urlencode()` when requesting default images. For example ``` urlencode( 'https://example.com/images/avatar.jpg' ) ``` Source: https://docs.gravatar.com/general/images/ `urlencode()` usage results in the following warning: > urlencode() should...

The @ symbol is being highlighted red in one of my .scss files, but I see no reason for it to be an error. See here for an example: https://github.com/lsquo/lsquo.github.io/blob/master/_sass/_media.scss