@@ -483,7 +483,7 @@ class CommentApprovalTest extends CommentHelperCase {
functiontestApprovalAdminInterface(){
$this->drupalLogin($this->admin_user);
// Set anonymouse comments to require approval.
// Set anonymous comments to require approval.
$this->setAnonymousUserComment(TRUE,FALSE);
$this->setCommentAnonymous('0');// Ensure that doesn't require contact info.
$this->drupalLogout();
...
...
@@ -517,7 +517,7 @@ class CommentApprovalTest extends CommentHelperCase {
functiontestApprovalNodeInterface(){
$this->drupalLogin($this->admin_user);
// Set anonymouse comments to require approval.
// Set anonymous comments to require approval.
$this->setAnonymousUserComment(TRUE,FALSE);
$this->setCommentAnonymous('0');// Ensure that doesn't require contact info.
$this->drupalLogout();
...
...
@@ -528,7 +528,7 @@ class CommentApprovalTest extends CommentHelperCase {
$this->postComment($this->node,$subject,$body,TRUE,TRUE);// Set $contact to true so that it won't check for id and message.
$this->assertText(t('Your comment has been queued for moderation by site administrators and will be published after approval.'),t('Comment requires approval.'));
@@ -58,7 +58,7 @@ function hook_help($path, $arg) {
case'admin/build/block':
returnt('<p>Blocks are boxes of content that may be rendered into certain regions of your web pages, for example, into sidebars. They are usually generated automatically by modules, but administrators can create blocks manually.</p>
<p>If you want certain blocks to disable themselves temporarily during high server loads, check the "Throttle" box. You can configure the auto-throttle on the <a href="@throttle">throttle configuration page</a> after having enabled the throttle module.</p>
<p>You can configure the behaviour of each block (for example, specifying on which pages and for what users it will appear) by clicking the "configure" link for each block.</p>',array('@throttle'=>url('admin/settings/throttle')));
<p>You can configure the behavior of each block (for example, specifying on which pages and for what users it will appear) by clicking the "configure" link for each block.</p>',array('@throttle'=>url('admin/settings/throttle')));
$rows[]=array('data'=>array(array('data'=>'<em>'.t('No fields in this category. If this category remains empty when saved, it will be removed.').'</em>','colspan'=>7)),'class'=>'category-'.$category_number.'-message category-message category-populated');
// Make it dragable only if there is more than one field
// Make it draggable only if there is more than one field