Skip to content

Commit

Permalink
Social: Fix external media endpoint return value (#37703)
Browse files Browse the repository at this point in the history
* Remove unneeded blog_id return

* changelog
  • Loading branch information
gmjuhasz authored Jun 4, 2024
1 parent 2e3836c commit 8d2874b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,7 @@ public function delete_connection( WP_REST_Request $request ) {
$wpcom_path,
'2',
array(
'method' => 'DELETE',
'blog_id' => Manager::get_site_id(),
'method' => 'DELETE',
)
);

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

External Media: Remove unneeded return value

0 comments on commit 8d2874b

Please sign in to comment.