Issue #1938062 followup by andypost: Convert the recent_comments block to a view.
parent
fe14b4060a
commit
a274193d2c
|
@ -705,7 +705,7 @@ function comment_update_8008(&$sandbox) {
|
||||||
* Remove the comment_block_count variable.
|
* Remove the comment_block_count variable.
|
||||||
*/
|
*/
|
||||||
function comment_update_8009() {
|
function comment_update_8009() {
|
||||||
variable_del('comment_block_count');
|
update_variable_del('comment_block_count');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue