Function __global->report_post_form
Definitions
sources/report_content.php
- The UI to report a post.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$title | Tempcode | required parameter | N/A | N/A | Screen title |
$post_id | AUTO_LINK | required parameter | N/A | N/A | The post ID |
$js_function_calls | array | required parameter | N/A | N/A | JavaScript code to include |
$topic_info | ?array | Null | N/A | N/A | The topic row (returned by reference) (null: initial input) |
$post_info | ?array | Null | N/A | N/A | The post row (returned by reference) (null: initial input) |
Return
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A