html_link.inc in Linkit 7.2
Same filename and directory in other branches
File
plugins/linkit_insert/html_link/html_link.incView source
<?php
/**
* @file
*/
$plugin = array(
'name' => t('HTML Link'),
'javascript' => drupal_get_path('module', 'linkit') . '/plugins/linkit_insert/html_link/html_link.js',
);