diff --git a/sharethis.module b/sharethis.module index 8081e6c..37f303c 100644 --- a/sharethis.module +++ b/sharethis.module @@ -145,7 +145,7 @@ function sharethis_field_extra_fields() { $extra = array(); // Only add extra fields if the location is the node content. $location = variable_get('sharethis_location', array('content')); - if (in_array('content', $location) && $location['content'] === 'content') { + if (in_array('content', $location)) { $entity_info = entity_get_info('node'); foreach ($entity_info['bundles'] as $bundle => $bundle_info) { $extra['node'][$bundle]['display'] = array(