Make WordPress Core

Opened 13 years ago

Closed 12 years ago

#20533 closed enhancement (fixed)

Move WP_Embed class to class-wp-embed.php

Reported by: ocean90's profile ocean90 Owned by: nacin's profile nacin
Milestone: 3.5 Priority: normal
Severity: normal Version:
Component: Embeds Keywords: has-patch
Focuses: Cc:

Description

The current place is wp-includes/media.php.

Attachments (1)

20533.patch (19.0 KB) - added by ocean90 13 years ago.

Download all attachments as: .zip

Change History (4)

@ocean90
13 years ago

#1 @ocean90
13 years ago

  • Milestone changed from Future Release to 3.5

#2 @kurtpayne
13 years ago

  • Cc kpayne@… added

So the memory miser in me says: WP_Embed is referenced in ajax-actions.php and media.php. It should only be require'd in those files.

But the back compat guy in me says: Removing a global variable / class will break plugins and themes.

This change seems innocuous ... is it just for organization?

#3 @nacin
12 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In [21999]:

Move WP_Embed into its own file. props ocean90. fixes #20533.

Note: See TracTickets for help on using tickets.