Make WordPress Core

Changeset 21173


Ignore:
Timestamp:
06/28/2012 08:41:04 PM (12 years ago)
Author:
markjaquith
Message:

Pass the post ID to the admin_post_thumbnail_html filter. props helenyhou. fixes #20891

File:
1 edited

Legend:

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

    r20715 r21173  
    11651165    }
    11661166
    1167     return apply_filters( 'admin_post_thumbnail_html', $content );
     1167    return apply_filters( 'admin_post_thumbnail_html', $content, $post_id );
    11681168}
    11691169
Note: See TracChangeset for help on using the changeset viewer.