ソースを参照

fix link_prefix. thanks to anon on http://tinyboard.org/demo/mod.php?/sup/res/1210.html

tags/vichan-devel-4.4.96
czaks 10年前
コミット
2a41c37fee
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      inc/functions.php

+ 1
- 1
inc/functions.php ファイルの表示

@@ -1590,7 +1590,7 @@ function markup_url($matches) {
$markup_urls[] = $url;

$link = (object) array(
'href' => $url,
'href' => $config['link_prefix'] . $url,
'text' => $url,
'rel' => 'nofollow',
'target' => '_blank',


読み込み中…
キャンセル
保存