Ticket #14018: 14018.diff
File 14018.diff, 375 bytes (added by , 13 years ago) |
---|
-
wp-includes/post.php
2761 2761 $pung[] = trim( $enclosure[ 0 ] ); 2762 2762 } 2763 2763 } 2764 $pung = apply_filters('get_enclosed', $pung );2764 $pung = apply_filters('get_enclosed', $pung, $post_id); 2765 2765 return $pung; 2766 2766 } 2767 2767