mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-02-04 02:51:20 +01:00
added missing 'comiceasel' translation string var
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user