mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12411] Corrected event vars description
PHPBB3-12411
This commit is contained in:
parent
ceca2e9ba1
commit
598d1ecda8
1 changed files with 2 additions and 2 deletions
|
@ -1012,9 +1012,9 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
|||
* @var string folder_alt The alt attribute of the topic folder img
|
||||
* @var int topic_type The topic type
|
||||
* @var int unread_topic Whether the topic has unread posts
|
||||
* @var int topic_unapproved Whether the topic is unapproved
|
||||
* @var bool topic_unapproved Whether the topic is unapproved
|
||||
* @var int posts_unapproved The number of unapproved posts
|
||||
* @var int topic_deleted Whether the topic has been deleted
|
||||
* @var bool topic_deleted Whether the topic has been deleted
|
||||
* @var string u_mcp_queue The URL to the corresponding MCP queue page
|
||||
* @var array zebra The zebra data of the current user
|
||||
* @var array attachments All the attachments of the search results
|
||||
|
|
Loading…
Add table
Reference in a new issue