Merge "Increased the number of rows in AbuseFilter's Filter testing textarea"

This commit is contained in:
jenkins-bot 2014-01-25 00:12:35 +00:00 committed by Gerrit Code Review
commit 00e8746d92

View file

@ -415,7 +415,7 @@ class AbuseFilterViewEdit extends AbuseFilterView {
$fields['abusefilter-edit-notes'] = Xml::textarea(
'wpFilterNotes',
( isset( $row->af_comments ) ? $row->af_comments . "\n" : "\n" ),
40, 5,
40, 15,
$readOnlyAttrib
);