Changeset 17654
- Timestamp:
- 04/18/2011 09:45:20 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-oembed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-oembed.php
r16444 r17654 22 22 23 23 /** 24 * PHP4 constructor 25 */ 26 function WP_oEmbed() { 27 return $this->__construct(); 28 } 29 30 /** 31 * PHP5 constructor 24 * Constructor 32 25 * 33 26 * @uses apply_filters() Filters a list of pre-defined oEmbed providers.
Note: See TracChangeset
for help on using the changeset viewer.