Forum Replies Created

Viewing 1 replies (of 1 total)
  • To make this accessible, you should include an alt tag, but if it is decorative you can leave the tag empty (accessibility requires there to be an alt tag, regardless of whether its empty). In this way you avoid the Google indexing also. So I propose:

    function wp_postratings_loading_alt() {
    return '';
    }
    add_filter( 'wp_postratings_loading_alt', 'wp_postratings_loading_alt' );
Viewing 1 replies (of 1 total)