From 7e78f6f0c20fe2519ef6ffba02c82a97291de8ca Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sun, 21 May 2023 15:56:08 +0200 Subject: [PATCH] fix(flags): use bg-* classes --- components/article/flags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/article/flags.php b/components/article/flags.php index 072d66e..5f29fda 100644 --- a/components/article/flags.php +++ b/components/article/flags.php @@ -2,7 +2,7 @@ if ($flags) { foreach( $flags as $flag ) { $term_meta = get_option( "taxonomy_term_$flag->term_id" ); - echo "
"; + echo "
"; echo $flag->description; echo "
"; }