Home
last modified time | relevance | path

Searched refs:relold (Results 1 – 1 of 1) sorted by relevance

/plugin/move/helper/
H A Dhandler.php101 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;
139 return $relold; // old link still resolves, keep as is
142 if($conf['useslash']) $relold = str_replace('/', ':', $relold);
145 if(strpos($relold, ':') === false ||$relold[0] == '.') {
154 $new = $this->_nsStartCheck($relold, $new, $type);
179 $newrel = $this->_nsStartCheck($relold,$newrel,$type);
[all …]