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