' . __( 'Selected ratings were deleted.', 'anycomment' ) . '

'; } else { $messages = '

' . __( 'Failed to delete selected ratings.', 'anycomment' ) . '

'; } echo $messages; } $filesTable = new \AnyComment\Admin\Tables\AnyCommentRatingTable(); $filesTable->prepare_items(); $filesTable->display(); ?>