Ben Greeley

Results 13 issues of Ben Greeley

## Description When I browse search results on the new site there is a slight flicker as images resize to my screen. Though the images resize relatively quickly and users...

bug
🟧 priority: high
🛠 goal: fix
🕹 aspect: interface

### Describe the bug When 10up Experience is installed on a multisite network and is activated per-site (not network-activated) the SSO login button doesn't appear when logging into the site....

### Description of the Change This PR introduces functionality that will allow expired 10up accounts to be automatically 'deactivated'. The logic works as follows: - After the daily message is...

enhancement
internal review

Since we protect the master branch of our repositories now to prevent direct pushes, it would make sense to add this to the Version Control best practices.

Enhancement

I created a PR to add HTTPS to the systems best practices page. Since internally we strive for all of our sites to be HTTPS, it makes sense that this...

Functions that use the `WP_Term_Query` class such as `get_terms()` have `hierarchical => true` set as a default. This can be problematic for taxonomies that have large number of nested terms....

Help Wanted

Currently there's only a 'Next' option when browsing Post Finder results. There should be a way to navigate to a previous page in the results. Will see if I can...

enhancement
help wanted

**Describe the bug** The page https://wordpress.org/support/update-php/ doesn't redirect to the new URL, https://wordpress.org/documentation/update-php/ When you go to the updated URL, it doesn't seem to pick up the breadcrumbs or other...

[Component] Content

This seems low-priority, but some articles use divs with hardcoded background colors such as https://wordpress.org/documentation-test/article/archive-title-block/ and https://wordpress.org/documentation-test/article/loopbacks/#wp--skip-link--target (it's not consistent). It would be nice to eventually have a CSS style...

[Component] Content

Though it's likely low-priority, it would be great if all classes and functions were documented with DocBlocks to follow WordPress' [PHP Documentation Standards](https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/). For example, most of the functions and...