Changeset 17631
- Timestamp:
- 04/11/2011 06:57:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r17542 r17631 1026 1026 1027 1027 /** 1028 * PHP4 constructor 1029 */ 1030 function WP_Embed() { 1031 return $this->__construct(); 1032 } 1033 1034 /** 1035 * PHP5 constructor 1028 * Constructor 1036 1029 */ 1037 1030 function __construct() {
Note: See TracChangeset
for help on using the changeset viewer.