Matthias Pfefferle
Matthias Pfefferle
Is this an older comment? The code uses the `source_id` if there is one and only uses the internal ID otherwise... https://github.com/Automattic/wordpress-activitypub/blob/master/includes/rest/class-comment.php#L78 > I can raise a separate bug for...
Ok, then it might be that. `get_comment_link( $comment_id )` works, because it uses the `source_url` as a fallback (`source_id` might be introduced after the comment was posted)... I will add...
Thanks for figuring that out @edent
Hey @erenfro thanks for your investigations. I think your case is very special and therefore it should be handled as an exception. As @dd32 already mentioned in the TRAC ticket,...
I will close this for now, because I do not think that this is an issue of the plugin.
What about a simple env var like `export WPT_HOSTING_PACKAGE=Cloud Hosting`?
What about starting with a simple env var like export `WPT_HOSTING_PACKAGE=Cloud Hosting`? I think it is no problem to have multiple runners for multiple hosting packages.
Semantically `$env` would be perfect. `get_env_details()` would be a good place to start, but then it will be ignored for the [`env.json` file](https://github.com/WordPress/phpunit-test-runner/blob/67347895ad59d94abec722c69753a8184daa4aa8/report.php#L43)? Perhaps the reporter.php should add the info:...
What speaks against using `$env` is, that it is a very dominant parameter, that will also be used to group and filter the output (a hoster will be represented with...
The WordPress Semantic-Linkbacks Plugin (webmention) is supporting `u-photo` in h-cards for avatars. The h-entry photo is not handled by a WordPress plugin yet.