Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/11/2014 02:00:27 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Update widget description in BBP_Topics_Widget to include topic newness. Props netweb. Fixes #2531.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/common/widgets.php

    r5466 r5498  
    691691        $widget_ops = apply_filters( 'bbp_topics_widget_options', array(
    692692            'classname'   => 'widget_display_topics',
    693             'description' => __( 'A list of recent topics, sorted by popularity or freshness.', 'bbpress' )
     693            'description' => __( 'A list of recent topics, sorted by: newness, popularity, or recent replies.', 'bbpress' )
    694694        ) );
    695695
Note: See TracChangeset for help on using the changeset viewer.