Skip to content

Commit

Permalink
Remove more wp:lockuser.
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedmonkey committed Nov 2, 2022
1 parent 5fef560 commit bb234cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/Admin/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ public function load_stories_dashboard(): void {
'_embed' => rawurlencode(
implode(
',',
[ 'wp:lock', 'wp:lockuser', 'author' ]
[ 'wp:lock', 'author' ]
)
),
'context' => 'edit',
Expand Down
2 changes: 1 addition & 1 deletion includes/templates/admin/edit-story.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
'_embed' => rawurlencode(
implode(
',',
[ 'wp:lockuser', 'author', 'wp:publisherlogo', 'wp:term' ]
[ 'wp:lock', 'author', 'wp:publisherlogo', 'wp:term' ]
)
),
'context' => 'edit',
Expand Down

0 comments on commit bb234cb

Please sign in to comment.