Opened 5 years ago
Closed 5 years ago
#8115 closed defect (bug) (fixed)
class-oembed.php is deprecated in 5.3.0
Reported by: | imath | Owned by: | imath |
---|---|---|---|
Milestone: | 5.0.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | has-patch |
Cc: |
Description
Since WP45683 the WP_oEmbed has moved into a new file: ABSPATH . WPINC . '/class-wp-oembed.php'
. We are included the deprecated file into our BP_Embed
class.
I think we need to anticipate 5.3.0 and make sure to still use the deprecated file for the case when BuddyPress is installed in version < 5.3.0.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 12414: