Skip to content

Commit

Permalink
Spacin'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlh01 committed Dec 17, 2024
1 parent 527b53c commit 244b5c6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ public function __construct( $page ) {
'component_alerts' => [
'label' => __( 'Component Alerts', 'apple-news' ),
'type' => [ 'none', 'warn', 'fail' ],
'description' => __( 'If a post has a component that is unsupported by Apple News, choose "none" to generate no alert, "warn" to provide an admin warning notice, or "fail" to generate a notice and stop publishing.',
'apple-news' ),
'description' => __( 'If a post has a component that is unsupported by Apple News, choose "none" to generate no alert, "warn" to provide an admin warning notice, or "fail" to generate a notice and stop publishing.', 'apple-news' ),
],
'use_remote_images' => [
'label' => __( 'Use Remote Images?', 'apple-news' ),
Expand Down

0 comments on commit 244b5c6

Please sign in to comment.