diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/widgets.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/widgets.php b/include/widgets.php index ad54cb59e..0d31133e7 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -1023,6 +1023,7 @@ function widget_cover_photo($arr) { '$photo_html' => $photo_html, '$title' => $title, '$subtitle' => $subtitle, + '$hovertitle' => t('Click to show more'), )); } return $o; |