partly revert of r30110. looks like an accident.
This commit is contained in:
parent
9c55586e57
commit
cea6746acf
1 changed files with 0 additions and 3 deletions
|
|
@ -339,9 +339,6 @@ class ProtectionForm {
|
|||
function buildExpiryInput() {
|
||||
$attribs = array( 'id' => 'expires' ) + $this->disabledAttrib;
|
||||
return '<tr>'
|
||||
. '<td><label for="expires">' . wfMsgExt( 'protectexpiry', array( 'parseinline' ) ) . '</label></td>'
|
||||
. '<td>' . Xml::input( 'mwProtect-expiry', 60, $this->mExpiry, $attribs ) . '</td>'
|
||||
. '</tr><tr>'
|
||||
. '<td><label for="expires">' . wfMsgExt( 'protectexpiry', array( 'parseinline' ) ) . '</label></td>'
|
||||
. '<td>' . Xml::input( 'mwProtect-expiry', 60, $this->mExpiry, $attribs ) . '</td>'
|
||||
. '</tr>';
|
||||
|
|
|
|||
Loading…
Reference in a new issue