Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/20/2010 05:43:49 PM (15 years ago)
Author:
apeatling
Message:

Auto thumbnail the first image in a blog post and display it on the activity stream. This stops huge images in blogs posts from displaying on the stream and messing with the design. Fixes #1620

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-templatetags.php

    r2378 r2383  
    10961096    return apply_filters( 'bp_create_excerpt', $text );
    10971097}
    1098 add_filter( 'bp_create_excerpt', 'wptexturize' );
    1099 add_filter( 'bp_create_excerpt', 'convert_smilies' );
    1100 add_filter( 'bp_create_excerpt', 'convert_chars' );
    1101 add_filter( 'bp_create_excerpt', 'wpautop' );
    11021098add_filter( 'bp_create_excerpt', 'wp_trim_excerpt' );
    11031099add_filter( 'bp_create_excerpt', 'stripslashes_deep' );
Note: See TracChangeset for help on using the changeset viewer.