Make WordPress Core

Ticket #14018: 14018.diff

File 14018.diff, 375 bytes (added by willnorris, 13 years ago)
  • wp-includes/post.php

     
    27612761                        $pung[] = trim( $enclosure[ 0 ] );
    27622762                }
    27632763        }
    2764         $pung = apply_filters('get_enclosed', $pung);
     2764        $pung = apply_filters('get_enclosed', $pung, $post_id);
    27652765        return $pung;
    27662766}
    27672767