Skip to content

Commit

Permalink
Added localization string to en.js and removed unused interwiki code …
Browse files Browse the repository at this point in the history
…from save.php
  • Loading branch information
turnermm committed Aug 19, 2020
1 parent 16ff40f commit b038fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions action/save.php
Expand Up @@ -200,12 +200,6 @@ function($matches){
}
if(preg_match('/[\w\.]+\s*>/',$matches[0])) {
return $matches[0];
$this->write_debug($type,$display_url,$rest); // exclude dokuwiki's wiki links but first remove url display text if needed
list($type,$display_url,$rest) = explode('|', $matches[0]);
if(!isset($display_url)) {
return $matches[0];
}
return $type . '|]]';
}
if(preg_match('/([\w\.\-]+@[\w\.\-]+\.\w{2,3})\?.*?\|\1/i',$matches[0])) {
return $matches[0];
Expand Down
3 changes: 2 additions & 1 deletion ckeditor/lang/en.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b038fa7

Please sign in to comment.