Changeset 5422
- Timestamp:
- 07/01/2014 01:25:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/template.php
r5421 r5422 2489 2489 } 2490 2490 /** 2491 * Return a select box allowing to pick which forum/topic a new 2492 * topic/reply belongs in. 2491 * Return a select box allowing to pick which topic/reply a reply belongs. 2493 2492 * 2494 2493 * @since bbPress (r5387) … … 2500 2499 * @uses current_user_can() To check if the current user can read 2501 2500 * private forums 2502 * @uses bbp_get_forum_post_type() To get the forum post type 2503 * @uses bbp_get_topic_post_type() To get the topic post type 2501 * @uses bbp_get_reply_id() To get the reply ID 2502 * @uses bbp_get_reply_to() To get the reply to ID 2503 * @uses bbp_get_reply_topic_id() To get the replies topic ID 2504 * @uses bbp_get_reply_post_type() To get the reply post type 2505 * @uses bbp_get_public_status_id() To get the reply status 2506 * @uses bbp_thread_replies_depth() To get the threaded replies depth 2504 2507 * 2505 2508 * @uses apply_filters() Calls 'bbp_get_dropdown' with the dropdown
Note: See TracChangeset
for help on using the changeset viewer.