fix typo
This commit is contained in:
parent
7de3696c2c
commit
fcc9603920
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class Collection {
|
||||||
'@context' => array(
|
'@context' => array(
|
||||||
'https://www.w3.org/ns/activitystreams',
|
'https://www.w3.org/ns/activitystreams',
|
||||||
array(
|
array(
|
||||||
'Hastag' => 'as:Hastag',
|
'Hashtag' => 'as:Hashtag',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'id' => get_rest_url_by_path( sprintf( 'users/%d/collections/tags', $user_id ) ),
|
'id' => get_rest_url_by_path( sprintf( 'users/%d/collections/tags', $user_id ) ),
|
||||||
|
|
Loading…
Reference in a new issue