Skip to content

Commit 2de00cf

Browse files
committed
typo fix
1 parent a7a6035 commit 2de00cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/widgets/cc-org-news.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class WP_Widget_org_news extends WP_Widget {
1313
function __construct() {
1414
$widget_ops = array(
1515
'classname' => 'widget-org-news',
16-
'description' => 'Show the last categorized news from the main CC website',
16+
'description' => 'Show the latest categorized news from the main CC website',
1717
);
1818
$control_ops = array();
1919
parent::__construct( 'widget-org-news', 'CC Org Last news', $widget_ops, $control_ops );

0 commit comments

Comments
 (0)