Gary Jones

Results 276 comments of Gary Jones

Closing for age. There was a PR, but it had conflicts.

Tests all currently pass, so I'll close this out.

Only the [last commit](https://github.com/Automattic/Co-Authors-Plus/pull/377/commits/76243b46bf39a9e40b7f5bdf6cf0d3d2464930c4) is relevant here. Looks like a progress bar had been added in the meantime. The only thing not added was: > it adds the count of...

Closing for lack of feedback.

If it uses a real user account, then I _think_ that this ends up using [`WP_User::get_data_by()`](https://developer.wordpress.org/reference/classes/wp_user/get_data_by/) and that specifically casts the ID to an integer there. If Guest Authors are...

Only the [last commit](https://github.com/Automattic/Co-Authors-Plus/pull/378/commits/f6bb3e2b062735ebef746d32be10ae12788e4393) is relevant here. Simple but useful addition.

> There will be issues decrypting old data, however: if the original data was encrypted with mcrypt, it will not be compatible with openssl, as the Rijndael AES is not...

https://github.com/Automattic/vip-go-ci/releases/tag/1.3.12 includes an update to use VIPCS 3.0.1, which is the version which incorporates #812. This was made available on customer repositories yesterday. If you're finding it's still getting flagged,...

Looking at http://schema.org/Event (rather than one of the more specific type of events) might make sense here for what could be common across all event-related plugins.

I recently did a meal planner for a client, and the solution that worked there was to have ingredients as a post type, linked to the recipe post type with...