Ticket #2531: 2531-Verbiage2.diff
File 2531-Verbiage2.diff, 659 bytes (added by , 11 years ago) |
---|
-
widgets.php
689 689 public function __construct() { 690 690 $widget_ops = apply_filters( 'bbp_topics_widget_options', array( 691 691 'classname' => 'widget_display_topics', 692 'description' => __( 'A list of recent topics, sorted by popularity or freshness.', 'bbpress' )692 'description' => __( 'A list of recent topics, sorted by newest topics, popular topics or topics with recent replies.', 'bbpress' ) 693 693 ) ); 694 694 695 695 parent::__construct( false, __( '(bbPress) Recent Topics', 'bbpress' ), $widget_ops );