Changeset 4615 for trunk/templates/default/bbpress-functions.php
- Timestamp:
- 12/21/2012 08:12:29 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/default/bbpress-functions.php
r4576 r4615 301 301 } 302 302 303 // Put subscription attributes in convenient array 304 $attrs = array( 305 'topic_id' => $topic->ID, 306 'user_id' => $user_id 307 ); 308 303 309 // Action succeeded 304 bbp_ajax_response( true, bbp_get_user_favorites_link( array(), array(), $user_id, $id, false ), 200 );310 bbp_ajax_response( true, bbp_get_user_favorites_link( $attrs, $user_id, false ), 200 ); 305 311 } 306 312
Note: See TracChangeset
for help on using the changeset viewer.