Removing obsolete references to readme files in source code
This commit is contained in:
parent
3bcd36d5ab
commit
37c335e3cc
31 changed files with 52 additions and 94 deletions
|
@ -263,7 +263,7 @@ function _ckeditor_link_filter_process($matches) {
|
|||
}
|
||||
|
||||
function ckeditor_link_get_link_type_name() {
|
||||
return t(variable_get('ckeditor_link_type_name', 'Internal path'), array('!site_name' => variable_get('site_name', 'Drupal')));
|
||||
return t(variable_get('ckeditor_link_type_name', 'Internal path'), array('!site_name' => variable_get('site_name', 'SuiteDesk')));
|
||||
}
|
||||
|
||||
function ckeditor_link_path_strip_language($path, &$langcode) {
|
||||
|
|
Reference in a new issue