You are here

function addthis_addthis_display_markup in AddThis 7.4

Implements hook_addthis_display_markup().

File

./addthis.addthis.inc, line 11
This file contains the definitions for the AddThis Display types and the rendering of markup.

Code

function addthis_addthis_display_markup($display, $variables = NULL) {
  return array();
}