function comment_update_8001 in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/comment/comment.install \comment_update_8001()
Clear caches to fix Comment entity list builder and operations Views field.
File
- core/
modules/ comment/ comment.install, line 122 - Install, update and uninstall functions for the Comment module.
Code
function comment_update_8001() {
// Empty update to cause a cache flush to rebuild comment entity handler
// information, so that comment operation links work.
}