| @@ -31,12 +31,12 @@ | ||
| 31 | 31 | */ |
| 32 | 32 | public function __construct() { |
| 33 | 33 | $widget_ops = apply_filters('pg_forums_widget_options', array( |
| 34 | 34 | 'classname' => 'widget_display_forums', |
| 35 | - 'description' => __('A list of forums with an option to set the parent.', 'bbp-private groups') | |
| 35 | + 'description' => __('A list of forums with an option to set the parent.', 'private groups') | |
| 36 | 36 | )); |
| 37 | 37 | |
| 38 | - parent::__construct(false, __('(Private Groups) Forums List', 'bbp-private-groups'), $widget_ops); | |
| 38 | + parent::__construct(false, __('(Private Groups) Forums List', 'private-groups'), $widget_ops); | |
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | /** |
| 42 | 42 | * Register the widget |
| @@ -171,9 +171,9 @@ | ||
| 171 | 171 | </label> |
| 172 | 172 | |
| 173 | 173 | <br /> |
| 174 | 174 | |
| 175 | - <small><?php _e('"0" to show only root - "any" to show all', 'bbp-private-groups'); ?></small> | |
| 175 | + <small><?php _e('"0" to show only root - "any" to show all', 'private groups'); ?></small> | |
| 176 | 176 | </p> |
| 177 | 177 | |
| 178 | 178 | <?php |
| 179 | 179 | } |
| @@ -218,12 +218,12 @@ | ||
| 218 | 218 | */ |
| 219 | 219 | public function __construct() { |
| 220 | 220 | $widget_ops = apply_filters('pg_topics_widget_options', array( |
| 221 | 221 | 'classname' => 'widget_display_topics', |
| 222 | - 'description' => __('A list of recent topics, sorted by popularity or freshness.', 'bbp-private-groups') | |
| 222 | + 'description' => __('A list of recent topics, sorted by popularity or freshness.', 'private groups') | |
| 223 | 223 | )); |
| 224 | 224 | |
| 225 | - parent::__construct(false, __('(Private Groups) Recent Topics', 'bbp-private-groups'), $widget_ops); | |
| 225 | + parent::__construct(false, __('(Private Groups) Recent Topics', 'private groups'), $widget_ops); | |
| 226 | 226 | } |
| 227 | 227 | |
| 228 | 228 | /** |
| 229 | 229 | * Register the widget |
| @@ -481,12 +481,12 @@ | ||
| 481 | 481 | */ |
| 482 | 482 | public function __construct() { |
| 483 | 483 | $widget_ops = apply_filters('pg_replies_widget_options', array( |
| 484 | 484 | 'classname' => 'widget_display_replies', |
| 485 | - 'description' => __('A list of the most recent replies.', 'bbp-private-groups') | |
| 485 | + 'description' => __('A list of the most recent replies.', 'private groups') | |
| 486 | 486 | )); |
| 487 | 487 | |
| 488 | - parent::__construct(false, __('(Private Groups) Recent Replies', 'bbp-private-groups'), $widget_ops); | |
| 488 | + parent::__construct(false, __('(Private Groups) Recent Replies', 'private groups'), $widget_ops); | |
| 489 | 489 | } |
| 490 | 490 | |
| 491 | 491 | /** |
| 492 | 492 | * Register the widget |
| @@ -665,9 +665,9 @@ | ||
| 665 | 665 | * @uses bbp_parse_args() To merge widget settings into defaults |
| 666 | 666 | */ |
| 667 | 667 | public function parse_settings($instance = array()) { |
| 668 | 668 | return bbp_parse_args($instance, array( |
| 669 | - 'title' => __('Recent Replies', 'bbp-private-groups'), | |
| 669 | + 'title' => __('Recent Replies', 'private groups'), | |
| 670 | 670 | 'max_shown' => 5, |
| 671 | 671 | 'show_date' => false, |
| 672 | 672 | 'show_user' => false |
| 673 | 673 | ), 'replies_widget_settings'); |