Skip to:
Content

bbPress.org

Ticket #2531: 2531-Verbiage1.diff

File 2531-Verbiage1.diff, 632 bytes (added by netweb, 11 years ago)
  • widgets.php

     
    689689        public function __construct() {
    690690                $widget_ops = apply_filters( 'bbp_topics_widget_options', array(
    691691                        '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 newness, popularity or freshness.', 'bbpress' )
    693693                ) );
    694694
    695695                parent::__construct( false, __( '(bbPress) Recent Topics', 'bbpress' ), $widget_ops );