- Fixed some typos spotted by Al Maw.
parent
cff898ffdb
commit
91dfef65af
|
@ -664,7 +664,7 @@ function comment_link($type, $node = 0, $main = 0) {
|
|||
menu("admin/comment", "comment management", "comment_admin", $help["general"], 2);
|
||||
menu("admin/comment/0", "new or updated comments", "comment_admin");
|
||||
menu("admin/comment/1", "comments that await approval", "comment_admin");
|
||||
menu("admin/comment/search", "search comment", "comment_admin", NULL, 8);
|
||||
menu("admin/comment/search", "search comments", "comment_admin", NULL, 8);
|
||||
menu("admin/comment/help", "help", "comment_help", NULL, 9);
|
||||
menu("admin/comment/edit", "edit comment", "comment_admin", NULL, 0, 1);
|
||||
|
||||
|
|
|
@ -664,7 +664,7 @@ function comment_link($type, $node = 0, $main = 0) {
|
|||
menu("admin/comment", "comment management", "comment_admin", $help["general"], 2);
|
||||
menu("admin/comment/0", "new or updated comments", "comment_admin");
|
||||
menu("admin/comment/1", "comments that await approval", "comment_admin");
|
||||
menu("admin/comment/search", "search comment", "comment_admin", NULL, 8);
|
||||
menu("admin/comment/search", "search comments", "comment_admin", NULL, 8);
|
||||
menu("admin/comment/help", "help", "comment_help", NULL, 9);
|
||||
menu("admin/comment/edit", "edit comment", "comment_admin", NULL, 0, 1);
|
||||
|
||||
|
|
|
@ -472,7 +472,7 @@ function node_link($type, $node = 0, $main = 0) {
|
|||
menu("admin/node/nodes", "post overview");
|
||||
menu("admin/node/nodes/0", "new or updated posts", "node_admin", NULL, 0);
|
||||
menu("admin/node/nodes/1", "approval queue", "node_admin", NULL, 1);
|
||||
menu("admin/node/search", "search post", "node_admin", $help["search"], 8);
|
||||
menu("admin/node/search", "search posts", "node_admin", $help["search"], 8);
|
||||
menu("admin/node/help", "help", "node_help", NULL, 9);
|
||||
menu("admin/node/edit", "edit node", "node_admin", NULL, 0, 1);
|
||||
}
|
||||
|
|
|
@ -472,7 +472,7 @@ function node_link($type, $node = 0, $main = 0) {
|
|||
menu("admin/node/nodes", "post overview");
|
||||
menu("admin/node/nodes/0", "new or updated posts", "node_admin", NULL, 0);
|
||||
menu("admin/node/nodes/1", "approval queue", "node_admin", NULL, 1);
|
||||
menu("admin/node/search", "search post", "node_admin", $help["search"], 8);
|
||||
menu("admin/node/search", "search posts", "node_admin", $help["search"], 8);
|
||||
menu("admin/node/help", "help", "node_help", NULL, 9);
|
||||
menu("admin/node/edit", "edit node", "node_admin", NULL, 0, 1);
|
||||
}
|
||||
|
|
|
@ -117,7 +117,7 @@ function statistics_link($type, $node = 0, $main = 0) {
|
|||
$help["who is online block"] = "This statistics module exports a block that can display how many user's and guests are currently online. You can configure the name of the block, the name of a sub-block for displaying names of user's currently online, how recently a user must have been active to be considered online, the maximum characters to display from a user's name and the maximum number of user names to display.";
|
||||
|
||||
menu("admin/statistics", "site statistics", "statistics_admin", $help["statistics"], 6);
|
||||
menu("admin/statistics/statistics", "post popular posts", "statistics_admin", $help["statistics"]);
|
||||
menu("admin/statistics/statistics", "most popular posts", "statistics_admin", $help["statistics"]);
|
||||
menu("admin/statistics/referrers", "referrer log", "statistics_admin", $help["referrers"]);
|
||||
menu("admin/statistics/referrers/internal", "internal referrers only", "statistics_admin", $help["referrers"]);
|
||||
menu("admin/statistics/referrers/external", "external referrers only", "statistics_admin", $help["referrers"]);
|
||||
|
|
|
@ -117,7 +117,7 @@ function statistics_link($type, $node = 0, $main = 0) {
|
|||
$help["who is online block"] = "This statistics module exports a block that can display how many user's and guests are currently online. You can configure the name of the block, the name of a sub-block for displaying names of user's currently online, how recently a user must have been active to be considered online, the maximum characters to display from a user's name and the maximum number of user names to display.";
|
||||
|
||||
menu("admin/statistics", "site statistics", "statistics_admin", $help["statistics"], 6);
|
||||
menu("admin/statistics/statistics", "post popular posts", "statistics_admin", $help["statistics"]);
|
||||
menu("admin/statistics/statistics", "most popular posts", "statistics_admin", $help["statistics"]);
|
||||
menu("admin/statistics/referrers", "referrer log", "statistics_admin", $help["referrers"]);
|
||||
menu("admin/statistics/referrers/internal", "internal referrers only", "statistics_admin", $help["referrers"]);
|
||||
menu("admin/statistics/referrers/external", "external referrers only", "statistics_admin", $help["referrers"]);
|
||||
|
|
|
@ -424,7 +424,7 @@ function user_link($type) {
|
|||
menu("admin/user/access/user", "username rules", "user_admin", $help["access"]);
|
||||
menu("admin/user/role", "user roles", "user_admin", $help["role"], 4);
|
||||
menu("admin/user/permission", "user permissions", "user_admin", $help["permission"], 5);
|
||||
menu("admin/user/search", "search account", "user_admin", $help["search"], 8);
|
||||
menu("admin/user/search", "search accounts", "user_admin", $help["search"], 8);
|
||||
menu("admin/user/help", "help", "user_help", NULL, 9);
|
||||
menu("admin/user/edit", "edit user account", "user_admin", NULL, 0, 1); // hidden menu
|
||||
menu("admin/user/account/0", "active users", "user_admin", $help["view"], 1);
|
||||
|
|
|
@ -424,7 +424,7 @@ function user_link($type) {
|
|||
menu("admin/user/access/user", "username rules", "user_admin", $help["access"]);
|
||||
menu("admin/user/role", "user roles", "user_admin", $help["role"], 4);
|
||||
menu("admin/user/permission", "user permissions", "user_admin", $help["permission"], 5);
|
||||
menu("admin/user/search", "search account", "user_admin", $help["search"], 8);
|
||||
menu("admin/user/search", "search accounts", "user_admin", $help["search"], 8);
|
||||
menu("admin/user/help", "help", "user_help", NULL, 9);
|
||||
menu("admin/user/edit", "edit user account", "user_admin", NULL, 0, 1); // hidden menu
|
||||
menu("admin/user/account/0", "active users", "user_admin", $help["view"], 1);
|
||||
|
|
Loading…
Reference in New Issue