Changeset 7416 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/functions.php
- Timestamp:
- 07/10/2018 11:40:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/functions.php
r7290 r7416 235 235 add_filter( 'excerpt_length', 'custom_excerpt_length', 999 ); 236 236 237 // Switch ratings image to stars_showcase238 function wpsc_postratings_image( $option ) { return 'stars_showcase'; }239 add_filter( 'pre_option_postratings_image', 'wpsc_postratings_image' );240 241 237 // Use ... in excerpts 242 238 add_filter( 'excerpt_more', create_function( '$more', 'return "...";' ) );
Note: See TracChangeset
for help on using the changeset viewer.