Changeset 3544 for branches/2.0/bbp-includes/bbp-reply-functions.php
- Timestamp:
- 10/10/2011 06:16:58 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/bbp-includes/bbp-reply-functions.php
r3540 r3544 962 962 return; 963 963 964 $failure = ''; // Empty failure string 964 965 $view_all = false; // Assume not viewing all 965 966 $action = $_GET['action']; // What action is taking place? … … 969 970 970 971 // Make sure reply exists 971 if ( !$reply = bbp_get_reply( $reply_id ) ) 972 $reply = bbp_get_reply( $reply_id ); 973 if ( empty( $reply ) ) 972 974 return; 973 975
Note: See TracChangeset
for help on using the changeset viewer.