MyBB Community Forums

Full Version: Where is $pm['subject_extra'] used?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to make some modifications to my private_read template, but unfortunately the $message variable is created by a function, build_postbit(), so I can't do it as easily as I had hoped.

Where is $pm['subject_extra'] actually used? I can't find it anywhere.
./private.php:1095:	eval("\$pm['subject_extra'] = \"".$templates->get("private_read_to")."\";");
I meant for actually displaying the content of private_read_to. Big Grin Sorry.
In postbit/_classic:, it is the {$post['subject_extra']} variable.