Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: functions_posting.php 5496 2011-07-13 07:57:28Z Tomm $
| * $Id: functions_posting.php 5623 2011-10-01 02:46:09Z ralgith $
|
*/
/**
| */
/**
|
Zeile 210 | Zeile 210 |
---|
} }
|
} }
|
$plugins->run_hooks_by_ref("parse_quoted_message", $quoted_post);
| $quoted_post = $plugins->run_hooks("parse_quoted_message", $quoted_post);
|
return "[quote='{$quoted_post['username']}' pid='{$quoted_post['pid']}' dateline='{$quoted_post['dateline']}']\n{$quoted_post['message']}\n[/quote]\n\n"; }
| return "[quote='{$quoted_post['username']}' pid='{$quoted_post['pid']}' dateline='{$quoted_post['dateline']}']\n{$quoted_post['message']}\n[/quote]\n\n"; }
|