Skip to content

Commit 717dc05

Browse files
committed
Update the domain of the Twitter/X profile field
See https://www.woltlab.com/community/thread/314452/
1 parent eefebc3 commit 717dc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wcfsetup/install/files/lib/system/option/user/TwitterUserOptionOutput.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ public function getOutput(User $user, UserOption $option, $value)
2424
return '';
2525
}
2626

27-
return StringUtil::getAnchorTag('https://twitter.com/' . $value, $value, true, true);
27+
return StringUtil::getAnchorTag('https://x.com/' . $value, $value, true, true);
2828
}
2929
}

0 commit comments

Comments
 (0)