PluginProbe
Stream – Activity Log & Audit Trail / 4.0.2
Stream – Activity Log & Audit Trail v4.0.2
4.4.0 4.3.0 4.2.2 4.2.1 trunk 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.1 3.1.1 3.10.0 3.2.0 3.2.1 3.2.2 3.2.3 All 50 releases
← All changes | classes/class-author.php +1 -1 trunk4.0.2 View file →
@@ -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 );