Commit 071369a2 by Scott

Change new users URL

parent aebbdbf1
......@@ -1313,9 +1313,9 @@
'url' => qa_path_html('users'),
);
$menuItems['users/newest'] = array(
$menuItems['users/new'] = array(
'label' => qa_lang_html('main/newest_users'),
'url' => qa_path_html('users/newest'),
'url' => qa_path_html('users/new'),
);
if ($showSpecialUsersPage) {
......
......@@ -444,7 +444,7 @@
'user/' => 'pages/user.php',
'users' => 'pages/users.php',
'users/blocked' => 'pages/users-blocked.php',
'users/newest' => 'pages/users-newest.php',
'users/new' => 'pages/users-newest.php',
'users/special' => 'pages/users-special.php',
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment