Changeset 3255
- Timestamp:
- 05/28/2011 01:25:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-reply-functions.php
r3243 r3255 269 269 270 270 /** Topic Tags ************************************************/ 271 272 // Just in time manipulation of reply terms before being edited 273 $terms = apply_filters( 'bbp_new_reply_pre_set_terms', $terms, $topic_id ); 271 274 272 275 // Insert terms … … 484 487 485 488 /** Topic Tags ************************************************/ 489 490 // Just in time manipulation of reply terms before being edited 491 $terms = apply_filters( 'bbp_edit_reply_pre_set_terms', $terms, $topic_id ); 486 492 487 493 // Insert terms
Note: See TracChangeset
for help on using the changeset viewer.