- Patch #66264 by boombatower: fixed typo in title.
parent
dbdda5471e
commit
d9c682e6af
|
@ -203,7 +203,7 @@ function comment_menu() {
|
||||||
'type' => MENU_CALLBACK,
|
'type' => MENU_CALLBACK,
|
||||||
);
|
);
|
||||||
$items['comment/approve'] = array(
|
$items['comment/approve'] = array(
|
||||||
'title' => 'Approve to comment',
|
'title' => 'Approve a comment',
|
||||||
'page callback' => 'comment_approve',
|
'page callback' => 'comment_approve',
|
||||||
'page arguments' => array(2),
|
'page arguments' => array(2),
|
||||||
'access arguments' => array('administer comments'),
|
'access arguments' => array('administer comments'),
|
||||||
|
|
Loading…
Reference in New Issue