You are here

function mobile_codes_data_url_shorten in Mobile Codes 6.2

Same name and namespace in other branches
  1. 7.2 includes/shorten.inc \mobile_codes_data_url_shorten()

Implements mobile_codes_data_TYPE_SETTING().

File

includes/shorten.inc, line 21
Shorten module integration.

Code

function mobile_codes_data_url_shorten(&$data) {
  $data = shorten_url($data);
}