| @@ -45,9 +45,9 @@ | ||
| 45 | 45 | $title = apply_filters( 'convert_chars', $title ); |
| 46 | 46 | |
| 47 | 47 | echo $args['before_widget']; |
| 48 | 48 | if ( ! empty( $title ) ) { |
| 49 | - echo $args['before_title'] . $title . $args['after_title']; | |
| 49 | + echo $args['before_title'] . '<span class="dashicons dashicons-feedback"></span> ' . $title . $args['after_title']; | |
| 50 | 50 | } |
| 51 | 51 | |
| 52 | 52 | if ( $friends->frontend->author ) { |
| 53 | 53 | ?> |