We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a6035 commit 2de00cfCopy full SHA for 2de00cf
inc/widgets/cc-org-news.php
@@ -13,7 +13,7 @@ class WP_Widget_org_news extends WP_Widget {
13
function __construct() {
14
$widget_ops = array(
15
'classname' => 'widget-org-news',
16
- 'description' => 'Show the last categorized news from the main CC website',
+ 'description' => 'Show the latest categorized news from the main CC website',
17
);
18
$control_ops = array();
19
parent::__construct( 'widget-org-news', 'CC Org Last news', $widget_ops, $control_ops );
0 commit comments