Skip to content

Commit 07061e1

Browse files
committed
Fix missing /
1 parent 1de9e7a commit 07061e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

includes/class-hcard-user.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ public static function silos() {
7777
'baseurl' => 'https://bsky.app/profile/%s',
7878
'display' => __( 'Bluesky Username', 'indieweb' ),
7979
),
80-
'reddit' => array(
81-
'baseurl' => 'https:/reddit.com/user/%s',
80+
81+
'reddit' => array(
82+
'baseurl' => 'https://reddit.com/user/%s',
8283
'display' => __( 'Reddit Username', 'indieweb' ),
8384
),
8485
'mastodon' => array(

0 commit comments

Comments
 (0)