Skip to content

Commit

Permalink
Reorder to match wpcom (#12138)
Browse files Browse the repository at this point in the history
  • Loading branch information
dereksmart authored Apr 24, 2019
1 parent 2976f63 commit 999132f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shortcodes/unavailable.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ function jetpack_init_shortcode_unavailable() {
array(
'digg' => __( 'The Digg API was shut down in 2014.', 'jetpack' ),
'blip.tv' => __( 'The Blip.tv service has been shut down since August 20th, 2015.', 'jetpack' ),
'lytro' => __( 'Lytro has been shut down since March 2019.', 'jetpack' ),
'jetpack-email-subscribe' => __( 'The Email Subscribe shortcode is now available as a block in the Block editor.', 'jetpack' ),
'lytro' => __( 'Lytro has been shut down since March 2019.', 'jetpack' ),
)
);
}
Expand Down

0 comments on commit 999132f

Please sign in to comment.