added missing 'comiceasel' translation string var

This commit is contained in:
Frumph
2016-02-12 08:36:46 -08:00
parent e1aa81ac96
commit 4680fe254b

View File

@@ -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');