Skip to content

Commit 232012c

Browse files
notnownikkiaduth
authored andcommitted
Remove deprecated embed providers (#12759)
See https://core.trac.wordpress.org/ticket/45399
1 parent 4ea81f6 commit 232012c

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

packages/block-library/src/embed/core-embeds.js

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,6 @@ export const others = [
153153
},
154154
patterns: [ /^https?:\/\/(www\.)?dailymotion\.com\/.+/i ],
155155
},
156-
{
157-
name: 'core-embed/funnyordie',
158-
settings: {
159-
title: 'Funny or Die',
160-
icon: embedVideoIcon,
161-
description: __( 'Embed Funny or Die content.' ),
162-
},
163-
patterns: [ /^https?:\/\/(www\.)?funnyordie\.com\/.+/i ],
164-
},
165156
{
166157
name: 'core-embed/hulu',
167158
settings: {
@@ -217,15 +208,6 @@ export const others = [
217208
},
218209
patterns: [ /^https?:\/\/(www\.)?mixcloud\.com\/.+/i ],
219210
},
220-
{
221-
name: 'core-embed/photobucket',
222-
settings: {
223-
title: 'Photobucket',
224-
icon: embedPhotoIcon,
225-
description: __( 'Embed a Photobucket image.' ),
226-
},
227-
patterns: [ /^http:\/\/g?i*\.photobucket\.com\/.+/i ],
228-
},
229211
{
230212
name: 'core-embed/polldaddy',
231213
settings: {

0 commit comments

Comments
 (0)