Vergleich inc/functions_posting.php - 1.6.1 - 1.6.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 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 5016 2010-06-12 00:24:02Z RyanGordon $

 * $Id: functions_posting.php 5623 2011-10-01 02:46:09Z ralgith $

 */

/**

 */

/**

Zeile 210Zeile 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";
}