| @@ -148,9 +148,9 @@ | ||
| 148 | 148 | } |
| 149 | 149 | |
| 150 | 150 | if ( 0 === $this->id ) { |
| 151 | 151 | $stream = wp_stream_get_instance(); |
| 152 | - $url = $stream->locations['url'] . 'assets/wp-cli.png'; | |
| 152 | + $url = $stream->locations['url'] . 'ui/stream-icons/wp-cli.png'; | |
| 153 | 153 | $avatar = sprintf( '<img alt="%1$s" src="%2$s" class="avatar avatar-%3$s photo" height="%3$s" width="%3$s">', esc_attr( $this->get_display_name() ), esc_url( $url ), esc_attr( $size ) ); |
| 154 | 154 | } elseif ( $this->is_deleted() && isset( $this->meta['user_email'] ) ) { |
| 155 | 155 | $email = $this->meta['user_email']; |
| 156 | 156 | $avatar = get_avatar( $email, $size ); |