From 151902c9072f80abef57ec001bb1f3a52a93d562 Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Tue, 17 Dec 2024 17:55:57 -0600 Subject: [PATCH] Update my-calendar-templating.php --- src/my-calendar-templating.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/my-calendar-templating.php b/src/my-calendar-templating.php index 10048e7b..371a13fe 100644 --- a/src/my-calendar-templating.php +++ b/src/my-calendar-templating.php @@ -80,7 +80,8 @@ function mc_php_templates_docs() { $theme_name = $theme->get( 'Name' ); $theme_parent = $theme->get( 'Template' ); if ( '' === $theme_parent ) { - wp_admin_notice( + wp_admin_notice( + // translators: The name of the currently active theme. sprintf( __( 'Your current theme, %s, is not a child theme. Updates to your theme will delete custom My Calendar templates.', 'my-calendar' ), $theme_name ), array( 'type' => 'error',