You are here

function _fb_social_send_preprocess_fb_social_plugin in Facebook social plugins integration 7.2

Same name and namespace in other branches
  1. 6.2 plugins/fb_plugin/send.inc \_fb_social_send_preprocess_fb_social_plugin()
1 string reference to '_fb_social_send_preprocess_fb_social_plugin'
send.inc in plugins/fb_plugin/send.inc

File

plugins/fb_plugin/send.inc, line 111

Code

function _fb_social_send_preprocess_fb_social_plugin(&$variables) {
  $options =& $variables['options'];
  $options['href'] = empty($options['href']) ? $url = fb_social_url($_GET['q']) : $options['href'];
}