From 7c7e88d24ba411ceb6194c28ead193ddf54fae6d Mon Sep 17 00:00:00 2001 From: Spuds Date: Tue, 5 Jul 2022 15:09:12 -0500 Subject: [PATCH] ! point to the correct wiki endpoints --- sources/controllers/Help.controller.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/controllers/Help.controller.php b/sources/controllers/Help.controller.php index 7c72a1fb56..452a0f693a 100644 --- a/sources/controllers/Help.controller.php +++ b/sources/controllers/Help.controller.php @@ -11,7 +11,7 @@ * copyright: 2011 Simple Machines (http://www.simplemachines.org) * license: BSD, See included LICENSE.TXT for terms and conditions. * - * @version 1.1 + * @version 1.1.9 * */ @@ -62,12 +62,12 @@ public function action_help() // Sections we are going to link... $context['manual_sections'] = array( 'registering' => 'Registering', - 'logging_in' => 'Logging_In', + 'logging_in' => 'Logging In', 'profile' => 'Profile', 'search' => 'Search', 'posting' => 'Posting', - 'bbc' => 'Bulletin_board_code', - 'personal_messages' => 'Personal_messages', + 'bbc' => 'BBC', + 'personal_messages' => 'Personal Messages', 'memberlist' => 'Memberlist', 'calendar' => 'Calendar', 'features' => 'Features',