Skip to content
Snippets Groups Projects
Commit a274193d authored by Alex Pott's avatar Alex Pott
Browse files

Issue #1938062 followup by andypost: Convert the recent_comments block to a view.

parent fe14b406
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -705,7 +705,7 @@ function comment_update_8008(&$sandbox) {
* Remove the comment_block_count variable.
*/
function comment_update_8009() {
variable_del('comment_block_count');
update_variable_del('comment_block_count');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment