summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/shortcodes/unavailable.php')
-rw-r--r--plugins/jetpack/modules/shortcodes/unavailable.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/jetpack/modules/shortcodes/unavailable.php b/plugins/jetpack/modules/shortcodes/unavailable.php
index 3c08272f..3afaa8fa 100644
--- a/plugins/jetpack/modules/shortcodes/unavailable.php
+++ b/plugins/jetpack/modules/shortcodes/unavailable.php
@@ -3,7 +3,7 @@
* Display a message on the frontend when we retire a shortcode,
* explaining why the shortcode is not available anymore.
*
- * @package Jetpack
+ * @package automattic/jetpack
*/
/**
@@ -71,6 +71,7 @@ function jetpack_init_shortcode_unavailable() {
new Jetpack_Shortcode_Unavailable(
array(
'digg' => __( 'The Digg API was shut down in 2014.', 'jetpack' ),
+ 'hulu' => __( 'Hulu no longer allows embedding content.', 'jetpack' ),
'blip.tv' => __( 'The Blip.tv service has been shut down since August 20th, 2015.', 'jetpack' ),
'googlevideo' => __( 'The Google Video embed service is not available anymore, it has been replaced by YouTube.', 'jetpack' ),
'jetpack-email-subscribe' => __( 'The Email Subscribe shortcode is now available as a block in the Block editor.', 'jetpack' ),