Changeset 6391 for trunk/src/includes/extend/buddypress/activity.php
- Timestamp:
- 03/31/2017 02:17:11 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/extend/buddypress/activity.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/extend/buddypress/activity.php
r6384 r6391 198 198 // Sitewide topic 199 199 bp_activity_set_action( 200 bbp_get_component_name(),200 $this->component, 201 201 $this->topic_create, 202 202 esc_html__( 'New forum topic', 'bbpress' ), 203 'bbp_ bp_format_activity_action_new_topic',203 'bbp_format_activity_action_new_topic', 204 204 esc_html__( 'Topics', 'bbpress' ), 205 205 array( 'activity', 'member', 'member_groups', 'group' ) … … 208 208 // Sitewide reply 209 209 bp_activity_set_action( 210 bbp_get_component_name(),210 $this->component, 211 211 $this->reply_create, 212 212 esc_html__( 'New forum reply', 'bbpress' ), 213 'bbp_ bp_format_activity_action_new_reply',213 'bbp_format_activity_action_new_reply', 214 214 esc_html__( 'Replies', 'bbpress' ), 215 215 array( 'activity', 'member', 'member_groups', 'group' ) … … 227 227 $this->topic_create, 228 228 esc_html__( 'New forum topic', 'bbpress' ), 229 'bbp_ bp_format_activity_action_new_topic',229 'bbp_format_activity_action_new_topic', 230 230 esc_html__( 'Topics', 'bbpress' ), 231 231 array( 'activity', 'member', 'member_groups', 'group' ) … … 237 237 $this->reply_create, 238 238 esc_html__( 'New forum reply', 'bbpress' ), 239 'bbp_ bp_format_activity_action_new_reply',239 'bbp_format_activity_action_new_reply', 240 240 esc_html__( 'Replies', 'bbpress' ), 241 241 array( 'activity', 'member', 'member_groups', 'group' )
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)