diff options
| author | Gaëtan Muller <m.gaetan89@gmail.com> | 2015-02-03 20:56:48 +0100 |
|---|---|---|
| committer | Gaëtan Muller <m.gaetan89@gmail.com> | 2015-02-03 20:56:48 +0100 |
| commit | 52446c8327426c59da74257885fd09591c9e1fb3 (patch) | |
| tree | 6fc334e235dbe4bc3738a3901e8bad1831618a24 /phpBB/includes/functions_content.php | |
| parent | abcb2680eec86dc8016c489ebc7362e29be9e4df (diff) | |
| download | forums-52446c8327426c59da74257885fd09591c9e1fb3.tar forums-52446c8327426c59da74257885fd09591c9e1fb3.tar.gz forums-52446c8327426c59da74257885fd09591c9e1fb3.tar.bz2 forums-52446c8327426c59da74257885fd09591c9e1fb3.tar.xz forums-52446c8327426c59da74257885fd09591c9e1fb3.zip | |
[ticket/13455] Remove `request_var()` references from comments
PHPBB3-13455
Diffstat (limited to 'phpBB/includes/functions_content.php')
| -rw-r--r-- | phpBB/includes/functions_content.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_content.php b/phpBB/includes/functions_content.php index 87cf34bd9d..8e1705d320 100644 --- a/phpBB/includes/functions_content.php +++ b/phpBB/includes/functions_content.php @@ -507,7 +507,7 @@ function generate_text_for_display($text, $uid, $bitfield, $flags, $censor_text /** * For parsing custom parsed text to be stored within the database. * This function additionally returns the uid and bitfield that needs to be stored. -* Expects $text to be the value directly from request_var() and in it's non-parsed form +* Expects $text to be the value directly from $request->variable() and in it's non-parsed form * * @param string $text The text to be replaced with the parsed one * @param string $uid The BBCode uid for this parse |
