Make WordPress Core

Changeset 16275


Ignore:
Timestamp:
11/10/2010 04:40:49 PM (13 years ago)
Author:
ryan
Message:

Pass post ID to get_enclosed filter. Props willnorris. fixes #14018

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post.php

    r16273 r16275  
    29792979        }
    29802980    }
    2981     $pung = apply_filters('get_enclosed', $pung);
     2981    $pung = apply_filters('get_enclosed', $pung, $post_id);
    29822982    return $pung;
    29832983}
Note: See TracChangeset for help on using the changeset viewer.