diff --git a/includes/class-wc-comments.php b/includes/class-wc-comments.php index 8fed8984f32..16feeb32b30 100644 --- a/includes/class-wc-comments.php +++ b/includes/class-wc-comments.php @@ -271,6 +271,7 @@ class WC_Comments { } $stats['total_comments'] = $total; + $stats['all'] = $total; foreach ( $approved as $key ) { if ( empty( $stats[ $key ] ) ) { $stats[ $key ] = 0;