Page MenuHomePhabricator

yourtext-readonly-patch.diff

Authored By
bzimport
Nov 21 2014, 11:36 PM
Size
509 B
Referenced Files
None
Subscribers
None

yourtext-readonly-patch.diff

Index: includes/EditPage.php
===================================================================
--- includes/EditPage.php (revision 88116)
+++ includes/EditPage.php (working copy)
@@ -1740,7 +1740,7 @@
}
protected function showTextbox2() {
- $this->showTextbox( $this->textbox2, 'wpTextbox2', array( 'tabindex' => 6 ) );
+ $this->showTextbox( $this->textbox2, 'wpTextbox2', array( 'tabindex' => 6, 'readonly' ) );
}
protected function showTextbox( $content, $name, $customAttribs = array() ) {

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7435
Default Alt Text
yourtext-readonly-patch.diff (509 B)

Event Timeline