このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
friendica
/
friendica
ミラー元
https://github.com/friendica/friendica.git
ウォッチ
1
スター
2
フォーク
1
コード
課題
リリース
49
Wiki
アクティビティ
ソースを参照
cut/paste error
pull/148/head
friendica
8年前
親
511d8a30a0
コミット
057a142b8c
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
mod/item.php
+ 1
- 1
mod/item.php
ファイルの表示
@ -857,7 +857,7 @@ function handle_tag($a, &$body, &$inform, &$str_tags, $profile_uid, $tag) {
if
(
strpos
(
$tag
,
'@'
)
===
0
)
{
//is it already replaced?
if
(
strpos
(
$tag
,
'[url='
))
continue
;
return
;
$stat
=
false
;
//get the person's name
$name
=
substr
(
$tag
,
1
);
書き込み
プレビュー
読み込み中…
キャンセル
保存