Searched refs:oldlink (Results 1 – 2 of 2) sorted by relevance
181 * @param string $oldlink186 public function replaceLinkInText($text, $oldlink, $newMediaId) { argument187 if (filter_var($oldlink, FILTER_VALIDATE_URL)) {198 if ($mediaLinkInstruction[1][0] !== $oldlink) {206 $end = $mediaLinkInstruction[2] + 1 + strlen($oldlink);
131 $oldlink = '---';133 $oldlink = $this->revlink($ID, $oldrev);135 $body = str_replace('@OLDPAGE@', $oldlink, $body);