Changeset 4722
- Timestamp:
- 01/27/2013 12:47:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/extend/buddypress/activity.php
r4719 r4722 238 238 239 239 // Sitewide activity stream items 240 bp_activity_set_action( $this->component, $this->topic_create, __( 'New topic created', 'bbpress' ) );241 bp_activity_set_action( $this->component, $this->reply_create, __( 'New reply created', 'bbpress' ) );240 bp_activity_set_action( $this->component, $this->topic_create, __( 'New forum topic', 'bbpress' ) ); 241 bp_activity_set_action( $this->component, $this->reply_create, __( 'New forum reply', 'bbpress' ) ); 242 242 } 243 243
Note: See TracChangeset
for help on using the changeset viewer.