From 4680fe254bf79e7182c7abaf3d85102530166674 Mon Sep 17 00:00:00 2001 From: Frumph Date: Fri, 12 Feb 2016 08:36:46 -0800 Subject: [PATCH] added missing 'comiceasel' translation string var --- functions/library.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/library.php b/functions/library.php index 5bafdaa..44468e5 100644 --- a/functions/library.php +++ b/functions/library.php @@ -128,7 +128,7 @@ function ceo_get_referer() { } function ceo_content_warning() { - return apply_filters('ceo-content-warning', __('Warning, Mature Content.')); + return apply_filters('ceo-content-warning', __('Warning, Mature Content.','comiceasel')); } add_action('wp_head', 'ceo_content_warning_in_head');