Mikey Arce
Mikey Arce
I think I was able to reproduce:  It sounds like the problem is that when you sort by "Students" it still sorts by Lesson name.
For some reason, the PHPUnit test is failing on GitHub even though it passes locally - anyone know why this might be happening? Is this a cache issue from GitHub...
Ready for review if anyone want's to take a look. A few of the failing tests are to do with the testing library from core, so.... not sure what to...
@GaryJones those conditions are perfect, can't think of any other constraints. > Would this apply to WordPress.com VIP as well? Yes, it would!
Closing this for now as I cannot reproduce.
Thanks @aaronfc 🎉 Turns out this was a bug with tests before 5.9: https://core.trac.wordpress.org/ticket/53431 What I did was just override the `tearDown` method for that one Unit test. There's still...
Thanks @aaronfc I've fixed the PHP 8.0! Since we no longer support 5.8, I've removed those tests from running so we won't have that issue.
+1 this would be great to have!
Just wanted to add that I just ran into the same issue with the post summary block. Would be really nice to be able to use HTML again!
The reason it shows both is because usually the full paths are for external URLs and the relative paths are for internal ones. Should we always show absolute URLS or...