Home
last modified time | relevance | path

Searched refs:relold (Results 1 – 1 of 1) sorted by last modified time

/plugin/move/helper/
H A Dhandler.php96 * @param $relold string the old, possibly relative ID
101 protected function _nsStartCheck($relold, $new, $type) { argument
103 if($type == 'page' && substr($relold, -1) == ':') {
120 * @param string $relold the old, possibly relative ID
126 public function relativeLink($relold, $new, $type) { argument
132 $old = $relold;
144 return $relold; // old link still resolves, keep as is
147 if($conf['useslash']) $relold = str_replace('/', ':', $relold);
150 if(strpos($relold, '
[all...]