diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2017-02-11 15:19:47 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2017-02-11 15:19:47 +0100 |
| commit | 45199adebdfc00f436a719de1c5772429367b756 (patch) | |
| tree | 00754d1f10dc2b9b9507619f5e842f5cd0eac4ac /phpBB/includes/functions_posting.php | |
| parent | 1470985ff20197589cbbab96180d80b0148d20d5 (diff) | |
| parent | 779758f2195f87868da3694b5ffd00adee1be0b3 (diff) | |
| download | forums-45199adebdfc00f436a719de1c5772429367b756.tar forums-45199adebdfc00f436a719de1c5772429367b756.tar.gz forums-45199adebdfc00f436a719de1c5772429367b756.tar.bz2 forums-45199adebdfc00f436a719de1c5772429367b756.tar.xz forums-45199adebdfc00f436a719de1c5772429367b756.zip | |
Merge pull request #4523 from senky/ticket/13429
[ticket/13429] Replace @change with @changed in event docblocks
Diffstat (limited to 'phpBB/includes/functions_posting.php')
| -rw-r--r-- | phpBB/includes/functions_posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 30f5ba91ef..ba367e5eeb 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -2514,7 +2514,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u * @var string url The "Return to topic" URL * * @since 3.1.0-a3 - * @change 3.1.0-RC3 Added vars mode, subject, username, topic_type, + * @changed 3.1.0-RC3 Added vars mode, subject, username, topic_type, * poll, update_message, update_search_index */ $vars = array( |
