Make WordPress Core


Ignore:
Timestamp:
12/10/2009 06:14:36 AM (15 years ago)
Author:
markjaquith
Message:

Post/Page Image was too generic a name. Post/Page Thumbnail is more clear, even if you can create very large thumbnail images if you so choose.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r12302 r12351  
    214214add_action( 'wp_scheduled_delete',        'wp_scheduled_delete' );
    215215
    216 // Post Image CSS class filtering
    217 add_action( 'begin_fetch_post_image_html', '_wp_post_image_class_filter_add'    );
    218 add_action( 'end_fetch_post_image_html',   '_wp_post_image_class_filter_remove' );
     216// Post Thumbnail CSS class filtering
     217add_action( 'begin_fetch_post_thumbnail_html', '_wp_post_thumbnail_class_filter_add'    );
     218add_action( 'end_fetch_post_thumbnail_html',   '_wp_post_thumbnail_class_filter_remove' );
    219219
    220220// Redirect Old Slugs
Note: See TracChangeset for help on using the changeset viewer.