Vergleich archive/index.php - 1.8.7 - 1.8.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 55Zeile 55

$announcement['message'] = $parser->parse_message($announcement['message'], $parser_options);



$announcement['message'] = $parser->parse_message($announcement['message'], $parser_options);


		$profile_link = build_profile_link($announcement['username'], $announcement['uid']);

		$profile_link = build_profile_link(htmlspecialchars_uni($announcement['username']), $announcement['uid']);


// Build the navigation
add_breadcrumb($announcement['subject']);


// Build the navigation
add_breadcrumb($announcement['subject']);

Zeile 216Zeile 216
			{
$post['username'] = $post['userusername'];
}

			{
$post['username'] = $post['userusername'];
}

			$post['username'] = build_profile_link($post['username'], $post['uid']);

			$post['username'] = build_profile_link(htmlspecialchars_uni($post['username']), $post['uid']);


$plugins->run_hooks("archive_thread_post");



$plugins->run_hooks("archive_thread_post");