aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_content.php
diff options
context:
space:
mode:
authorMikelAlejoBR <mikelalejobr@outlook.com>2018-09-16 19:00:51 +0200
committerMikelAlejoBR <mikelalejobr@outlook.com>2018-09-16 19:23:30 +0200
commit4396bfba65b0c69023b47b564f789700f892e05a (patch)
tree14a72e342c3ae592abf91e45903b11a66c95f843 /phpBB/includes/functions_content.php
parente17f00fb6b482c71f3ed42786b6f413373a61b9b (diff)
downloadforums-4396bfba65b0c69023b47b564f789700f892e05a.tar
forums-4396bfba65b0c69023b47b564f789700f892e05a.tar.gz
forums-4396bfba65b0c69023b47b564f789700f892e05a.tar.bz2
forums-4396bfba65b0c69023b47b564f789700f892e05a.tar.xz
forums-4396bfba65b0c69023b47b564f789700f892e05a.zip
[ticket/15622] Rename function to avoid potential future conflicts
PHPBB3-15622
Diffstat (limited to 'phpBB/includes/functions_content.php')
-rw-r--r--phpBB/includes/functions_content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_content.php b/phpBB/includes/functions_content.php
index ed35f5213f..e124bd46e6 100644
--- a/phpBB/includes/functions_content.php
+++ b/phpBB/includes/functions_content.php
@@ -1768,7 +1768,7 @@ class bitfield
* @param parse_message $message_parser Message parser class
* @param string $message_link Link of the original quoted post
*/
-function format_quote($bbcode_status, $quote_attributes, $text_formatter_utils, $message_parser, $message_link = '')
+function phpbb_format_quote($bbcode_status, $quote_attributes, $text_formatter_utils, $message_parser, $message_link = '')
{
if ($bbcode_status)
{