Changeset 3125 for branches/plugin/bbp-includes/bbp-topic-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-topic-functions.php
r3124 r3125 392 392 // Check that actions match what we need 393 393 'editpost' === $_POST['action'] && 394 'publish' === $_POST['post_status'] && 394 395 bbp_get_topic_post_type() === $_POST['post_type'] 395 396 ) {
Note: See TracChangeset
for help on using the changeset viewer.