Skip to content

Commit b390338

Browse files
committed
Widget: Removes I18N call from Widget.php
1 parent 3171f48 commit b390338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widget/Widget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function __construct(array $options, array $config, Output $output, Image
7676
'WordPress Popular Posts',
7777
[
7878
'classname' => 'popular-posts',
79-
'description' => __('The most Popular Posts on your blog.', 'wordpress-popular-posts')
79+
'description' => 'The most Popular Posts on your blog.'
8080
]
8181
);
8282

0 commit comments

Comments
 (0)