Opened 7 years ago
Closed 7 years ago
#8115 closed defect (bug) (fixed)
class-oembed.php is deprecated in 5.3.0
| Reported by: | imath | Owned by: | imath |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0.0 |
| Component: | Core | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 12414: