aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikelAlejoBR <mikelalejobr@outlook.com>2018-09-16 18:59:35 +0200
committerMikelAlejoBR <mikelalejobr@outlook.com>2018-09-16 19:23:16 +0200
commite17f00fb6b482c71f3ed42786b6f413373a61b9b (patch)
tree5d8188221ec7304e5a554b696bf1c4ba81544cec
parentada8bc9da2790eeb600d61222b23ffdb5f025bf6 (diff)
downloadforums-e17f00fb6b482c71f3ed42786b6f413373a61b9b.tar
forums-e17f00fb6b482c71f3ed42786b6f413373a61b9b.tar.gz
forums-e17f00fb6b482c71f3ed42786b6f413373a61b9b.tar.bz2
forums-e17f00fb6b482c71f3ed42786b6f413373a61b9b.tar.xz
forums-e17f00fb6b482c71f3ed42786b6f413373a61b9b.zip
[ticket/15622] Remove "since" tag as it belongs to events
PHPBB3-15622
-rw-r--r--phpBB/includes/functions_content.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions_content.php b/phpBB/includes/functions_content.php
index 1e80da98d3..ed35f5213f 100644
--- a/phpBB/includes/functions_content.php
+++ b/phpBB/includes/functions_content.php
@@ -1767,7 +1767,6 @@ class bitfield
* @param phpbb\textformatter\utils $text_formatter_utils Text formatter utilities
* @param parse_message $message_parser Message parser class
* @param string $message_link Link of the original quoted post
- * @since 3.2.4-RC1
*/
function format_quote($bbcode_status, $quote_attributes, $text_formatter_utils, $message_parser, $message_link = '')
{