Closed (fixed)
Project:
ShareThis
Version:
7.x-2.2
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2012 at 19:16 UTC
Updated:
5 Jul 2012 at 10:33 UTC
In sharethis.module on line 320, it says:
$node->content['my_additional_field'] = array(
It would be so much nicer if it used a non-generic name so that those of us editing tpls know what we're referring to. Like so:
$node->content['sharethis_widget'] = array(
Not a huge deal, obviously, just a nice-to-have.
This module has made my sharing life so much easier, thanks for getting it up and running!!
Comments
Comment #1
ShareThis Support commentedHello,
Code changed in the latest Drupal module release. Visit - http://drupal.org/project/sharethis for latest version.