- Fixed a typo.

4.0.x
Dries Buytaert 2002-01-01 22:20:41 +00:00
parent be3f89b06b
commit 52dfd806cc
2 changed files with 2 additions and 2 deletions

View File

@ -544,7 +544,7 @@ function comment_link($type, $node = 0, $main = 0) {
function comment_node_link($node) { function comment_node_link($node) {
if (user_access("administer comments") && comment_all($node->nid)) { if (user_access("administer comments") && comment_num_all($node->nid)) {
/* /*
** Edit comments: ** Edit comments:

View File

@ -544,7 +544,7 @@ function comment_link($type, $node = 0, $main = 0) {
function comment_node_link($node) { function comment_node_link($node) {
if (user_access("administer comments") && comment_all($node->nid)) { if (user_access("administer comments") && comment_num_all($node->nid)) {
/* /*
** Edit comments: ** Edit comments: