Searched refs:relold (Results 1 – 1 of 1) sorted by relevance
| /plugin/move/helper/ |
| D | handler.php | 119 protected function _nsStartCheck($relold, $new, $type) { argument 121 if($type == 'page' && substr($relold, -1) == ':') { 138 * @param string $relold the old, possibly relative ID 144 public function relativeLink($relold, $new, $type) { argument 149 $old = $relold; 157 return $relold; // old link still resolves, keep as is 160 if($conf['useslash']) $relold = str_replace('/', ':', $relold); 163 if(strpos($relold, ':') === false ||$relold[0] == '.') { 172 $new = $this->_nsStartCheck($relold, $new, $type); 197 $newrel = $this->_nsStartCheck($relold,$newrel,$type); [all …]
|