Changeset 5561 for trunk/src/includes/topics/template.php
- Timestamp:
- 11/10/2014 11:21:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/template.php
r5559 r5561 3214 3214 * @param $args This function supports these arguments: 3215 3215 * - select_id: Select id. Defaults to bbp_stick_topic 3216 * - tab: Tabindex3216 * - tab: Deprecated. Tabindex 3217 3217 * - topic_id: Topic id 3218 3218 * - selected: Override the selected option … … 3229 3229 * @param $args This function supports these arguments: 3230 3230 * - select_id: Select id. Defaults to bbp_stick_topic 3231 * - tab: Tabindex3231 * - tab: Deprecated. Tabindex 3232 3232 * - topic_id: Topic id 3233 3233 * - selected: Override the selected option … … 3243 3243 * @param $args This function supports these arguments: 3244 3244 * - select_id: Select id. Defaults to bbp_stick_topic 3245 * - tab: Tabindex3245 * - tab: Deprecated. Tabindex 3246 3246 * - topic_id: Topic id 3247 3247 * - selected: Override the selected option … … 3257 3257 $r = bbp_parse_args( $args, array( 3258 3258 'select_id' => 'bbp_stick_topic', 3259 'tab' => bbp_get_tab_index(),3259 'tab' => false, 3260 3260 'topic_id' => 0, 3261 3261 'selected' => false … … 3319 3319 * @param $args This function supports these arguments: 3320 3320 * - select_id: Select id. Defaults to bbp_topic_status 3321 * - tab: Tabindex3321 * - tab: Deprecated. Tabindex 3322 3322 * - topic_id: Topic id 3323 3323 * - selected: Override the selected option … … 3337 3337 * @param $args This function supports these arguments: 3338 3338 * - select_id: Select id. Defaults to bbp_topic_status 3339 * - tab: Tabindex3339 * - tab: Deprecated. Tabindex 3340 3340 * - topic_id: Topic id 3341 3341 * - selected: Override the selected option … … 3346 3346 $r = bbp_parse_args( $args, array( 3347 3347 'select_id' => 'bbp_topic_status', 3348 'tab' => bbp_get_tab_index(),3348 'tab' => false, 3349 3349 'topic_id' => 0, 3350 3350 'selected' => false
Note: See TracChangeset
for help on using the changeset viewer.