Strange bug with Sage in v2.6.0
-
I’ve come across a strange bug introduced in v2.6.0 on a site that is built on a Sage 9 theme.
If a page has a non-unique slug (ex, another page might have a different slug but have a different parent), the content for the page displays more than once.
The change in the init_player method in the Cloudinary\Media\Video class seems to be what is causing this. Specifically the call to get_posts on the global $wp_query object (line 100 of php/media/class-video.php).
I’m sure this is a super-obscure bug, and may be specific to this theme, but reverting that method to the previous plugin version resolves the issue.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Strange bug with Sage in v2.6.0’ is closed to new replies.