Making WordPress.org


Ignore:
Timestamp:
07/10/2018 11:40:09 PM (7 years ago)
Author:
obenland
Message:

Showcase: Remove star ratings from site

Fixes #3706.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/functions.php

    r7290 r7416  
    235235add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
    236236
    237 // Switch ratings image to stars_showcase
    238 function wpsc_postratings_image( $option ) { return 'stars_showcase'; }
    239     add_filter( 'pre_option_postratings_image', 'wpsc_postratings_image' );
    240 
    241237// Use ... in excerpts
    242238add_filter( 'excerpt_more', create_function( '$more', 'return "...";' ) );
Note: See TracChangeset for help on using the changeset viewer.