Skip to content

Commit 2566f7c

Browse files
revert dupicate change
1 parent 0cec0b0 commit 2566f7c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ public function register_routes() {
7070
$valid_image_sizes[] = 'original';
7171
// Used for PDF thumbnails.
7272
$valid_image_sizes[] = 'full';
73-
// Client-side big image threshold: sideload the scaled version.
74-
$valid_image_sizes[] = 'scaled';
7573

7674
register_rest_route(
7775
$this->namespace,

0 commit comments

Comments
 (0)