Changeset 3125 for branches/plugin/bbp-includes/bbp-reply-functions.php
- Timestamp:
- 05/09/2011 06:51:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-reply-functions.php
r3124 r3125 383 383 // Check that actions match what we need 384 384 'editpost' === $_POST['action'] && 385 'publish' === $_POST['post_status'] && 385 386 bbp_get_reply_post_type() === $_POST['post_type'] 387 386 388 ) { 387 389
Note: See TracChangeset
for help on using the changeset viewer.