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
|
@ -49,10 +49,9 @@ function ckeditor_admin_main() {
|
|||
)
|
||||
));
|
||||
drupal_set_message(t(
|
||||
'The CKEditor component is not installed correctly. Please go to the !ckeditorlink in order to download the latest version. After that you must extract the files to the !ckeditorpath or !librarypath directory and make sure that the !ckeditorfile or !ckeditorlibrary file exists. Refer to the !readme file for more information.',
|
||||
'The CKEditor component is not installed correctly. Please go to the !ckeditorlink in order to download the latest version. After that you must extract the files to the !ckeditorpath or !librarypath directory and make sure that the !ckeditorfile or !ckeditorlibrary file exists.',
|
||||
array(
|
||||
'!ckeditorlink' => l(t('CKEditor homepage'), 'http://ckeditor.com/download'),
|
||||
'!readme' => l(t('README.txt'), drupal_get_path('module', 'ckeditor') . '/README.txt', array('absolute' => TRUE)),
|
||||
'!ckeditorpath' => '<code>' . $editor_path . '</code>',
|
||||
'!ckeditorsubdir' => '<code>' . $editor_path . '/editor</code>',
|
||||
'!ckeditorfile' => '<code>' . $editor_path . '/ckeditor.js</code>',
|
||||
|
|
Reference in a new issue