mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-27 23:40:19 +00:00
Increased the number of rows in AbuseFilter's Filter testing textarea
Changed the textarea size in AbuseFilter Notes text area from 5 to 15 to match with the new Conditions text box. Bug: 55365 Change-Id: I1da26166f28f31b2a18c1dca3709efc0728d45d6
This commit is contained in:
parent
e082aff755
commit
068c3c54c3
|
@ -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
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue