summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/comment/comment.post_update.php
blob: 9c49d3645f7711b97e8d54b153c5a95c11fa2d84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

/**
 * @file
 * Post update functions for the comment module.
 */

/**
 * Implements hook_removed_post_updates().
 */
function comment_removed_post_updates(): array {
  return [
    'comment_post_update_enable_comment_admin_view' => '9.0.0',
    'comment_post_update_add_ip_address_setting' => '9.0.0',
  ];
}