Skip to content

Commit

Permalink
Issue backdrop-contrib#11: Add a block description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jen Lampton committed Dec 24, 2016
1 parent eb229a1 commit 502676c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sharethis.module
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ function sharethis_field_extra_fields() {
*/
function sharethis_block_info() {
$blocks['sharethis_block'] = array(
'info' => t('ShareThis'),
'info' => t('ShareThis buttons'),
'description' => t('Provides social icons with links for easily sharing content.'),
'cache' => BACKDROP_CACHE_PER_PAGE,
);
return $blocks;
Expand Down

0 comments on commit 502676c

Please sign in to comment.