From 415b407cc295b34b8599ee457d2a6719fd8cc621 Mon Sep 17 00:00:00 2001 From: Greg Ross Date: Sun, 7 Jan 2024 20:06:19 -0500 Subject: [PATCH] Add additional warning about changing the default post format. --- includes/class-mastodon-admin.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/class-mastodon-admin.php b/includes/class-mastodon-admin.php index fcb6e0f5..ec912bf6 100644 --- a/includes/class-mastodon-admin.php +++ b/includes/class-mastodon-admin.php @@ -517,6 +517,9 @@ function td_timestamp( $timestamp, $strikethrough_past = false ) { post_format_select( 'mastodon_api_default_post_formats', get_option( 'mastodon_api_default_post_formats', array( 'status' ) ) ); ?> +

+ +