Changeset 604784
- Timestamp:
- 09/27/2012 06:08:57 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-bulletin-board/tags/1.0.1/php/wpbb-reply-topic.php
r604652 r604784 1 1 <?php 2 2 3 wpbb_goback1('reply-topic', NULL); 3 4 4 5 $user_id = get_current_user_id(); … … 25 26 $topic_id = absint($_GET['topic']); 26 27 27 wpbb_goback($forum_id, $subforum_id, $topic_id); 28 28 29 29 30 // Check forum permissions
Note: See TracChangeset
for help on using the changeset viewer.